You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.SkipEmptyImage

FIL.SkipEmptyImage

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

C++
C#
 
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