PdfOptions

Inheritance: java.lang.Object, ImageOptionsBase

The PDF options.

Constructors

ConstructorDescription
PdfOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
valuePdfDocumentOptionsThe core PDF options.