public class PdfOptions extends ImageOptionsBase
The PDF options.
Constructor and Description |
---|
PdfOptions() |
Modifier and Type | Method and Description |
---|---|
PdfDocumentOptions |
getCorePdfOptions()
Gets or sets the core PDF options.
|
PdfDocumentInfo |
getPdfDocumentInfo()
Gets or sets metadata for document.
|
long |
getTargetFormat() |
void |
setCorePdfOptions(PdfDocumentOptions value)
Gets or sets the core PDF options.
|
void |
setPdfDocumentInfo(PdfDocumentInfo value)
Gets or sets metadata for document.
|
getInterruptionToken, getLayers, getPalette, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpData
public long getTargetFormat()
getTargetFormat
in class ImageOptionsBase
public PdfDocumentInfo getPdfDocumentInfo()
Gets or sets metadata for document.
public void setPdfDocumentInfo(PdfDocumentInfo value)
Gets or sets metadata for document.
public PdfDocumentOptions getCorePdfOptions()
Gets or sets the core PDF options.
public void setCorePdfOptions(PdfDocumentOptions value)
Gets or sets the core PDF options.
value
- The core PDF options.