public interface IMultipageImage
The multipage image interface
<autogeneratedoc></autogeneratedoc>
Modifier and Type | Method and Description |
---|---|
Image |
getDefaultPage()
Gets the default page.
|
int |
getPageCount()
Gets the page count.
|
PageExportingAction |
getPageExportingAction()
Gets the page exporting action.
|
Image[] |
getPages()
Gets the pages.
|
void |
setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
int getPageCount()
Gets the page count.
Value: The page count.<autogeneratedoc></autogeneratedoc>
Image[] getPages()
Gets the pages.
Value: The pages.<autogeneratedoc></autogeneratedoc>
Image getDefaultPage()
Gets the default page.
Value: The default page.<autogeneratedoc></autogeneratedoc>
PageExportingAction getPageExportingAction()
Gets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
Value: The page exporting action.void setPageExportingAction(PageExportingAction value)
Sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
Value: The page exporting action.value
- the page exporting action.