public class ImageData extends Object
Represents a data structure that indicates the PDF image.
Modifier and Type | Field and Description |
---|---|
int |
ColorMapID
An int vaule that indicates the reuse colormap for multiple strips
|
int |
CompressionType |
int |
DocHandle
An int vaule that indicates the PDI document handle.
|
float |
Height
A float value that indicates the image height.
|
float |
HorizontalDPI
A float value that indicates the horizontal resolution in dots per inch.
|
int |
ImageColorSpace |
String |
ImageFileName
The image file name.
|
com.aspose.ms.System.IO.Stream |
ImageMemoryStream
The image file stream.
|
int |
ImageNumber
An int vaule that indicates the image number.
|
boolean |
IsInUse
A bool value that indicates whether image slot currently in use.
|
boolean |
IsInvert
A bool value that indicates whather reversing black and white.
|
boolean |
IsTransparent
A bool value that indicates whather the image is transparent.
|
boolean |
IsUseRaw
A bool vaule that indicates whether raw (compressed) image data is used.
|
int |
Mask
A int value that indicates the image number of image mask, -1 means no mask.
|
String |
Parameters
K and BlackIs1 for Tiff and CCITT.
|
int |
Predictor |
int |
ReferenceType |
int |
RowsPerStrip
An int vaule that indicates the number of rows per strip.
|
int |
Strips
An int vaule that indicates the number of strips in image.
|
byte[] |
TransparentValues |
float |
VerticalDPI
A float value that indicates the vertical resolution in dots per inch.
|
float |
Width
A float value that indicates the image width.
|
float |
XResolution |
float |
YResolution |
Constructor and Description |
---|
ImageData() |
Modifier and Type | Method and Description |
---|---|
GraphicState |
getGraphicState()
Gets or sets a GraphicState for the ImageData.
|
void |
setGraphicState(GraphicState value) |
public com.aspose.ms.System.IO.Stream ImageMemoryStream
The image file stream.
public String ImageFileName
The image file name.
public float XResolution
public float YResolution
public int ReferenceType
public float Width
A float value that indicates the image width.
public float Height
A float value that indicates the image height.
public int CompressionType
public int ImageColorSpace
public boolean IsInvert
A bool value that indicates whather reversing black and white.
public boolean IsTransparent
A bool value that indicates whather the image is transparent.
public byte[] TransparentValues
public int Mask
A int value that indicates the image number of image mask, -1 means no mask.
public int Predictor
public float HorizontalDPI
A float value that indicates the horizontal resolution in dots per inch.
public float VerticalDPI
A float value that indicates the vertical resolution in dots per inch.
public boolean IsInUse
A bool value that indicates whether image slot currently in use.
public String Parameters
K and BlackIs1 for Tiff and CCITT.
public int Strips
An int vaule that indicates the number of strips in image.
public int RowsPerStrip
An int vaule that indicates the number of rows per strip.
public int ColorMapID
An int vaule that indicates the reuse colormap for multiple strips
public int DocHandle
An int vaule that indicates the PDI document handle.
public boolean IsUseRaw
A bool vaule that indicates whether raw (compressed) image data is used.
public int ImageNumber
An int vaule that indicates the image number.
public GraphicState getGraphicState()
Gets or sets a GraphicState for the ImageData.
public void setGraphicState(GraphicState value)
Copyright © 2016 Aspose. All Rights Reserved.