PageDescriptionLanguageConvertOptions

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.convert.ConvertOptions, com.groupdocs.conversion.options.convert.CommonConvertOptions

public class PageDescriptionLanguageConvertOptions extends CommonConvertOptions<PageDescriptionLanguageFileType>

Options for conversion to page descriptions language file type.

Constructors

Constructor Description
PageDescriptionLanguageConvertOptions() Initializes new instance of class.

Methods

Method Description
getWidth() Desired page width after conversion.
setWidth(int width)
getHeight() Desired page height after conversion.
setHeight(int height)

PageDescriptionLanguageConvertOptions()

public PageDescriptionLanguageConvertOptions()

Initializes new instance of class.

getWidth()

public int getWidth()

Desired page width after conversion.

Returns: int

setWidth(int width)

public void setWidth(int width)

Parameters:

Parameter Type Description
width int

getHeight()

public int getHeight()

Desired page height after conversion.

Returns: int

setHeight(int height)

public void setHeight(int height)

Parameters:

Parameter Type Description
height int