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 | Method and Description |
---|---|
PageOrientation |
IPageOrientationConvertOptions.getPageOrientation()
Gets page orientation after conversion
|
PageOrientation |
PdfConvertOptions.getPageOrientation() |
PageOrientation |
WordProcessingConvertOptions.getPageOrientation() |
static PageOrientation |
PageOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageOrientation[] |
PageOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IPageOrientationConvertOptions.setPageOrientation(PageOrientation pageOrientation)
Sets desired page orientation after conversion
|
void |
PdfConvertOptions.setPageOrientation(PageOrientation pageOrientation) |
void |
WordProcessingConvertOptions.setPageOrientation(PageOrientation pageOrientation) |
Copyright © 2022. All rights reserved.