Click or drag to resize

AsTiffPageInfo Constructor

Initializes a new instance of the AsTiffPageInfo class

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 AsTiffPageInfo(
	int width,
	int height,
	int internalPixelFormat,
	double xres,
	double yres,
	int internalUnits
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
internalPixelFormat
Type: SystemInt32
xres
Type: SystemDouble
yres
Type: SystemDouble
internalUnits
Type: SystemInt32
See Also