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 |
|---|---|
| page_number | The page number to start conversion from. |
| pages_count | Number of pages to convert starting from PageNumber. |
| format | The desired file type the input document should be converted to. |
See Also
- module
groupdocs.conversion.options.convert - class
IConvertOptions