You are here: Start » FIL.NET » Invoke.SkipEmptyImage

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
inImageFil.ImageInput image.
outNotEmptyImageFtl.Conditional<Fil.Image>
outIsNotEmptybool

See also