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 |
---|---|
ColorDepth |
TiffSettings.getDepth()
Gets the color depth.
|
static ColorDepth |
ColorDepth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorDepth[] |
ColorDepth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffSettings.setDepth(ColorDepth value)
Gets the color depth.
|
Constructor and Description |
---|
TiffSettings(ColorDepth colorDepth)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(CompressionType compressionType,
ColorDepth colorDepth,
Margins margins)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(CompressionType compressionType,
ColorDepth colorDepth,
Margins margins,
boolean skipBlankPages)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(CompressionType compressionType,
ColorDepth colorDepth,
Margins margins,
boolean skipBlankPages,
ShapeType shapeType)
Initializes a new instance of the
TiffSettings class. |
Copyright © 2025 Aspose. All Rights Reserved.