PDFAttribute

PDF attributes.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object, PDFCrop

Property Listing

Property

Type

Access

Description

pageNumber

Number

readonly

The page number of the PDF document page to place.

parent

PDF

readonly

The parent of the PDFAttribute (a PDF).

pdfCrop

PDFCrop

PDFCrop.CROP_ART

PDFCrop.CROP_BLEED

PDFCrop.CROP_CONTENT

PDFCrop.CROP_MEDIA

PDFCrop.CROP_PDF

PDFCrop.CROP_TRIM

readonly

The type of cropping to apply.

properties

Object

read/write

A property that allows setting of several properties at the same time.

transparentBackground

Boolean

readonly

If true, the background of the PDF is transparent.

Method Listing

Object getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the PDFAttribute.

String toSpecifier ()

Retrieves the object specifier.

Object of

PDF.pdfAttributes