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