You can use this method to register an advanced rasterization option to apply.
RasterizationOptions()
public RasterizationOptions()
Initializes a new instance.
getEnabled()
public final boolean getEnabled()
Gets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file. TRUE by default, set to FALSE in order to avoid rasterization.
Returns:
boolean - A value indicating whether all pages in the document need to be converted to images and put in a single PDF file. TRUE by default, set to FALSE in order to avoid rasterization.
setEnabled(boolean value)
public final void setEnabled(boolean value)
Sets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file. TRUE by default, set to FALSE in order to avoid rasterization.
Parameters:
Parameter
Type
Description
value
boolean
A value indicating whether all pages in the document need to be converted to images and put in a single PDF file. TRUE by default, set to FALSE in order to avoid rasterization.
getPageIndex()
public final int getPageIndex()
Gets the index of the first page (0-based) to convert into PDF.
Returns:
int - The index of the first page (0-based) to convert into PDF.
setPageIndex(int value)
public final void setPageIndex(int value)
Sets the index of the first page (0-based) to convert into PDF.
Parameters:
Parameter
Type
Description
value
int
The index of the first page (0-based) to convert into PDF.
isStartPageIndexSet()
public final boolean isStartPageIndexSet()
Gets a value indicating whether the PageIndex property was changed (set) after its initialization.
Returns:
boolean - A value indicating whether the PageIndex property was changed (set) after its initialization.
getPageCount()
public final int getPageCount()
Gets the number of pages to be converted into PDF.
Returns:
int - The number of pages to be converted into PDF.
setPageCount(int value)
public final void setPageCount(int value)
Sets the number of pages to be converted into PDF.
Parameters:
Parameter
Type
Description
value
int
The number of pages to be converted into PDF.
isPageCountSet()
public final boolean isPageCountSet()
Gets a value indicating whether the PageCount property was changed (set) after its initialization.
Returns:
boolean - A value indicating whether the PageCount property was changed (set) after its initialization.