Package | Description |
---|---|
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing
document as image(s) or a plain text.
|
Modifier and Type | Method and Description |
---|---|
Margins |
TiffSettings.getMargins()
Gets the margins.
|
Constructor and Description |
---|
TiffSettings(int compressionType,
int colorDepth,
Margins margins)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(int compressionType,
int colorDepth,
Margins margins,
boolean skipBlankPages)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(int compressionType,
int colorDepth,
Margins margins,
boolean skipBlankPages,
int shapeType)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(Margins margins)
Initializes a new instance of the
TiffSettings class. |