IMultiPageSaveOptions
public interface IMultiPageSaveOptions
Defines the interface for setting page numbers for conversion.
Methods
| Method | Description |
|---|---|
| getPageNumbers() | Gets the array of numbers of pages to convert. |
| setPageNumbers(int[] value) | Sets the array of numbers of pages to convert. |
getPageNumbers()
public abstract int[] getPageNumbers()
Gets the array of numbers of pages to convert.
Returns: int[] - The array of page numbers.
setPageNumbers(int[] value)
public abstract void setPageNumbers(int[] value)
Sets the array of numbers of pages to convert.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int[] | The array of page numbers. |