Click or drag to resize

IMG_INFO Constructor (SIZE, SIZE, UInt32, Boolean, UInt16)

Initializes a new instance of the IMG_INFO class

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public IMG_INFO(
	SIZE p_Size,
	SIZE p_DPI,
	uint p_BytesPerLine,
	bool p_IsPalette,
	ushort p_BitsPerPixel
)

Parameters

p_Size
Type: Kofax.OmniPageCSDK.ArgTypesSIZE
p_DPI
Type: Kofax.OmniPageCSDK.ArgTypesSIZE
p_BytesPerLine
Type: SystemUInt32
p_IsPalette
Type: SystemBoolean
p_BitsPerPixel
Type: SystemUInt16
See Also