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
inImageFilNet.ImageInput image.
outNotEmptyImageFilNet.INullable<FilNet.Image> This parameter cannot be null.
outIsNotEmptybool

See also