PageSizeOptions class

PageSizeOptions class

Represents options that support page size.

The PageSizeOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of PageSizeOptions with the PageSize set to PageSize.unset.

Properties

Property Description
page_height The page height in points to be applied before conversion.
page_size The page size implements PageSize.
page_width The page width in points to be applied before conversion.

See Also