You are here: Start » FIL.NET » Invoke.SkipEmptyImage
If the input image contains at least one pixel, then it is copied to the output; otherwise Nil is returned.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SkipEmptyImage ( Fil.Image inImage, Conditional<Fil.Image> outNotEmptyImage, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | outNotEmptyImage | Ftl.Conditional<Fil.Image> | |||
![]() | outIsNotEmpty | bool |


