public class PdfLoadOptions extends LoadOptions
Document object.
To learn more, visit the Specify Load Options documentation article.
| Modifier and Type | Method and Description |
|---|---|
int |
getPageCount()
Gets the number of pages to read.
|
int |
getPageIndex()
Gets the 0-based index of the first page to read.
|
boolean |
getSkipPdfImages()
Gets the flag indicating whether images must be skipped while loading PDF document.
|
void |
setPageCount(int value)
Sets the number of pages to read.
|
void |
setPageIndex(int value)
Sets the 0-based index of the first page to read.
|
void |
setSkipPdfImages(boolean value)
Sets the flag indicating whether images must be skipped while loading PDF document.
|
getBaseUri, getConvertMetafilesToPng, getConvertShapeToOfficeMath, getEncoding, getFontSettings, getLanguagePreferences, getLoadFormat, getMswVersion, getPassword, getPreserveIncludePictureField, getProgressCallback, getResourceLoadingCallback, getTempFolder, getUpdateDirtyFields, getWarningCallback, setBaseUri, setConvertMetafilesToPng, setConvertShapeToOfficeMath, setEncoding, setFontSettings, setLoadFormat, setMswVersion, setPassword, setPreserveIncludePictureField, setProgressCallback, setResourceLoadingCallback, setTempFolder, setUpdateDirtyFields, setWarningCallbackpublic int getPageIndex()
public void setPageIndex(int value)
value - The 0-based index of the first page to read.public int getPageCount()
public void setPageCount(int value)
value - The number of pages to read.public boolean getSkipPdfImages()
public void setSkipPdfImages(boolean value)
value - The flag indicating whether images must be skipped while loading PDF document.