IPageSetOptions
public interface IPageSetOptions
Defines conversion options related to a set of pages to convert.
Methods
Method | Description |
---|---|
getExplicitListOfSavedPages() | Specifies the array of numbers of pages to convert. |
setExplicitListOfSavedPages(int[] value) | Specifies the array of numbers of pages to convert. |
getExplicitListOfSavedPages()
public abstract int[] getExplicitListOfSavedPages()
Specifies the array of numbers of pages to convert.
Returns: int[] - int array
setExplicitListOfSavedPages(int[] value)
public abstract void setExplicitListOfSavedPages(int[] value)
Specifies the array of numbers of pages to convert.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int[] | int array |