IPageOrientationConvertOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.conversion.options.convert.IConvertOptions
public interface IPageOrientationConvertOptions extends IConvertOptions
Represents convert options that support page orientation
| Method | Description |
|---|---|
| getPageOrientation() | Gets page orientation after conversion |
| setPageOrientation(PageOrientation pageOrientation) | Sets desired page orientation after conversion |
public abstract PageOrientation getPageOrientation()
Gets page orientation after conversion
Returns: PageOrientation
public abstract void setPageOrientation(PageOrientation pageOrientation)
Sets desired page orientation after conversion
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageOrientation | PageOrientation |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.