PDFAttribute
PDF attributes.
PDFAttribute Properties
| Property |
Type |
Access |
Description |
| pageNumber |
Long |
read |
Which page of the PDF should be placed. |
| parent |
Object |
read |
The parent of the object. |
| pdfCrop |
PDFCrop enumeration |
read |
Specifies how much of the PDF page to place. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| transparentBackground |
Boolean |
read |
If true, the background of the PDF is transparent. |
PDFAttribute Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: PDFExportPreference
Next post: PDF