IPageRangedConvertOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.conversion.options.convert.IConvertOptions
public interface IPageRangedConvertOptions extends IConvertOptions
Represents convert options that support conversion of specific list of pages
| Method | Description |
|---|---|
| getPages() | Gets The list of page indexes to be converted. |
| setPages(List |
Sets the list of page indexes to be converted. |
public abstract List<Integer> getPages()
Gets The list of page indexes to be converted. Should be specified to convert specific pages.
Returns: java.util.List<java.lang.Integer> - The list of page indexes to be converted. Should be specified to convert specific pages.
public abstract void setPages(List<Integer> pages)
Sets the list of page indexes to be converted. Should be specified to convert specific pages.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pages | java.util.List<java.lang.Integer> | The list of page indexes to be converted. Should be specified to convert specific pages. |
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.