PDF attributes.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| pageNumber | number | readonly | The page number of the PDF document page to place. |
| parent | any | readonly | The parent of the PDFAttribute (a PDF or ImportedPage). |
| pdfCrop | PDFCrop : CROP_CONTENT CROP_ART CROP_PDF CROP_TRIM CROP_BLEED CROP_MEDIA |
readonly | The type of cropping to apply. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| transparentBackground | bool | readonly | If true, the background of the PDF is transparent. |
Methods
Array of PDFAttributegetElements ()
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.
Element of:
ImportedPage.pdfAttributes
PDF.pdfAttributes
Returned by:
Array of PDFAttribute PDFAttribute .getElements (
)