AsTiffPageInfo Constructor |
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
)
Public Sub New (
width As Integer,
height As Integer,
internalPixelFormat As Integer,
xres As Double,
yres As Double,
internalUnits As Integer
)
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- internalPixelFormat
- Type: SystemInt32
- xres
- Type: SystemDouble
- yres
- Type: SystemDouble
- internalUnits
- Type: SystemInt32
See Also