AsTiffWriteImageToIfd 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 WriteImageToIfd(
IntPtr p,
IntPtr ifdPtr,
IntPtr imagePtr,
int width,
int height,
int resolutionUnits,
double resx,
double resy,
int bitsPerPixel,
int rowstride,
int unpaddedStride,
int colorspaceId,
int paletteSize,
IntPtr palettePtr,
int tileWidth,
int tileHeight,
AsTiffInternalTiffCompression compression,
bool useLzwPredictor,
int jpegQuality
)
Public Shared Sub WriteImageToIfd (
p As IntPtr,
ifdPtr As IntPtr,
imagePtr As IntPtr,
width As Integer,
height As Integer,
resolutionUnits As Integer,
resx As Double,
resy As Double,
bitsPerPixel As Integer,
rowstride As Integer,
unpaddedStride As Integer,
colorspaceId As Integer,
paletteSize As Integer,
palettePtr As IntPtr,
tileWidth As Integer,
tileHeight As Integer,
compression As AsTiffInternalTiffCompression,
useLzwPredictor As Boolean,
jpegQuality As Integer
)
Parameters
- p
- Type: SystemIntPtr
- ifdPtr
- Type: SystemIntPtr
- imagePtr
- Type: SystemIntPtr
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- resolutionUnits
- Type: SystemInt32
- resx
- Type: SystemDouble
- resy
- Type: SystemDouble
- bitsPerPixel
- Type: SystemInt32
- rowstride
- Type: SystemInt32
- unpaddedStride
- Type: SystemInt32
- colorspaceId
- Type: SystemInt32
- paletteSize
- Type: SystemInt32
- palettePtr
- Type: SystemIntPtr
- tileWidth
- Type: SystemInt32
- tileHeight
- Type: SystemInt32
- compression
- Type: Atalasoft.Imaging.CodecAsTiffInternalTiffCompression
- useLzwPredictor
- Type: SystemBoolean
- jpegQuality
- Type: SystemInt32
See Also