Package | Description |
---|---|
com.groupdocs.conversion.options.convert |
The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
|
Modifier and Type | Field and Description |
---|---|
static Rotation |
Rotation.None
None.
|
static Rotation |
Rotation.On180
180 degrees.
|
static Rotation |
Rotation.On270
270 degrees.
|
static Rotation |
Rotation.On90
90 degrees.
|
Modifier and Type | Method and Description |
---|---|
Rotation |
PdfConvertOptions.getRotate()
Page rotation
|
Modifier and Type | Method and Description |
---|---|
void |
PdfConvertOptions.setRotate(Rotation value)
Page rotation
|