IPageOrientationConvertOptions

All Implemented Interfaces: com.groupdocs.conversion.options.convert.IConvertOptions

public interface IPageOrientationConvertOptions extends IConvertOptions

Represents convert options that support page orientation

Methods

Method Description
getPageOrientation() Gets page orientation after conversion
setPageOrientation(PageOrientation pageOrientation) Sets desired page orientation after conversion

getPageOrientation()

public abstract PageOrientation getPageOrientation()

Gets page orientation after conversion

Returns: PageOrientation

setPageOrientation(PageOrientation pageOrientation)

public abstract void setPageOrientation(PageOrientation pageOrientation)

Sets desired page orientation after conversion

Parameters:

Parameter Type Description
pageOrientation PageOrientation