public interface IMultiPageSaveOptions
Defines the interface for setting page numbers for conversion.
Modifier and Type | Method and Description |
---|---|
int[] |
getPageNumbers()
Gets the array of numbers of pages to convert.
|
void |
setPageNumbers(int[] value)
Sets the array of numbers of pages to convert.
|