Click or drag to resize

COMPRESSED_IMG_INFO Constructor (IMG_COMPRESSION, SIZE, SIZE, UInt16)

Initializes a new instance of the COMPRESSED_IMG_INFO class

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
public COMPRESSED_IMG_INFO(
	IMG_COMPRESSION p_Compression,
	SIZE p_Size,
	SIZE p_DPI,
	ushort p_BitsPerPixel
)

Parameters

p_Compression
Type: Kofax.OmniPageCSDK.ArgTypesIMG_COMPRESSION
p_Size
Type: Kofax.OmniPageCSDK.ArgTypesSIZE
p_DPI
Type: Kofax.OmniPageCSDK.ArgTypesSIZE
p_BitsPerPixel
Type: SystemUInt16
See Also