You are here: Start » FIL.NET » FIS.FisFilter_AccessImage Method

FIS.FisFilter_AccessImage Method

Returns individual fields of an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_AccessImage
(
	FilNet.Image inImage,
	out int outWidth,
	out int outHeight,
	out int outDepth,
	out FilNet.PlainType outType,
	out int outPixelSize,
	out int outPitch
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outWidthintOutput image width.
outHeightintOutput image height.
outDepthintOutput number of image color channels.
outTypeFilNet.PlainTypeOutput pixel format.
outPixelSizeintOutput pixel size in bytes.
outPitchintLength of images pixel line with padding.

See also