Click or drag to resize

AsTiffGetImageInfo Method

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void GetImageInfo(
	IntPtr p,
	int frame,
	out int w,
	out int h,
	out int colorDepth,
	out int internalPixelFormat,
	out int internalResUnit,
	out double xres,
	out double yres,
	out int frameCount,
	out IntPtr palettePtr,
	out int paletteCount,
	out int orientation
)

Parameters

p
Type: SystemIntPtr
frame
Type: SystemInt32
w
Type: SystemInt32
h
Type: SystemInt32
colorDepth
Type: SystemInt32
internalPixelFormat
Type: SystemInt32
internalResUnit
Type: SystemInt32
xres
Type: SystemDouble
yres
Type: SystemDouble
frameCount
Type: SystemInt32
palettePtr
Type: SystemIntPtr
paletteCount
Type: SystemInt32
orientation
Type: SystemInt32
See Also