PdfOptions
Contents
[
Hide
]Inheritance: java.lang.Object, ImageOptionsBase
The PDF options.
Constructors
| Constructor | Description |
|---|---|
| PdfOptions() |
Methods
| Method | Description |
|---|---|
| getTargetFormat() | |
| getPdfDocumentInfo() | Gets or sets metadata for document. |
| setPdfDocumentInfo(PdfDocumentInfo value) | Gets or sets metadata for document. |
| getCorePdfOptions() | Gets or sets the core PDF options. |
| setCorePdfOptions(PdfDocumentOptions value) | Gets or sets the core PDF options. |
PdfOptions()
public PdfOptions()
getTargetFormat()
public long getTargetFormat()
Returns: long
getPdfDocumentInfo()
public PdfDocumentInfo getPdfDocumentInfo()
Gets or sets metadata for document.
Returns: PdfDocumentInfo
setPdfDocumentInfo(PdfDocumentInfo value)
public void setPdfDocumentInfo(PdfDocumentInfo value)
Gets or sets metadata for document.
getCorePdfOptions()
public PdfDocumentOptions getCorePdfOptions()
Gets or sets the core PDF options.
Returns: PdfDocumentOptions - The core PDF options.
setCorePdfOptions(PdfDocumentOptions value)
public void setCorePdfOptions(PdfDocumentOptions value)
Gets or sets the core PDF options.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PdfDocumentOptions | The core PDF options. |