public class PdfOptions extends ImageOptionsBase
The PDF options.
Constructor and Description |
---|
PdfOptions() |
Modifier and Type | Method and Description |
---|---|
SizeF |
getPageSize()
Gets the size of the page.
|
PdfCoreOptions |
getPdfCoreOptions()
The PDF core options
|
PdfDocumentInfo |
getPdfDocumentInfo()
Gets or sets metadata for document.
|
void |
setPageSize(SizeF value)
Sets the size of the page.
|
void |
setPdfCoreOptions(PdfCoreOptions value)
The PDF core options
|
void |
setPdfDocumentInfo(PdfDocumentInfo value)
Gets or sets metadata for document.
|
deepClone, getBufferSizeHint, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setBufferSizeHint, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
close, dispose, getDisposed
public PdfDocumentInfo getPdfDocumentInfo()
Gets or sets metadata for document.
public void setPdfDocumentInfo(PdfDocumentInfo value)
Gets or sets metadata for document.
public PdfCoreOptions getPdfCoreOptions()
The PDF core options
public void setPdfCoreOptions(PdfCoreOptions value)
The PDF core options
public final SizeF getPageSize()
Gets the size of the page.
Value: The size of the page.public final void setPageSize(SizeF value)
Sets the size of the page.
Value: The size of the page.value
- the size of the page.