IPagedConvertOptions class

IPagedConvertOptions class

Represents convert options that allows conversion to perform page limitation by specifying start page and pages count.

The IPagedConvertOptions type exposes the following members:

Properties

Property Description
format The desired file type the input document should be converted to.
page_number The page number to start conversion from.
pages_count The number of pages to convert starting from PageNumber.

See Also