IPagedConvertOptions interface
Leave feedback
On this page
Represents convert options that allows conversion to perform page limitation by specifying start page and pages count
public interface IPagedConvertOptions : IConvertOptions
name | description |
---|---|
PageNumber { get; set; } | The page number to start conversion from. |
PagesCount { get; set; } | Number of pages to convert starting from PageNumber . |
- namespace GroupDocs.Conversion.Options.Convert
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.