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 |
---|---|
static ShapeType |
ShapeType.getByValue(int value) |
ShapeType |
TiffSettings.getShape()
Gets the type of the shape.
|
static ShapeType |
ShapeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeType[] |
ShapeType.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.setShape(ShapeType value)
Sets the type of the shape.
|
Constructor and Description |
---|
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.