PDFs

A collection of PDF files.

Methods

PDFanyItem ()
Returns any PDF in the collection.

number count ()
Displays the number of elements in the PDF.

Array of PDFeveryItem ()
Returns every PDF in the collection.

PDFfirstItem ()
Returns the first PDF in the collection.

PDFitem (index:
any)
Returns the PDF with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

PDFitemByID (id:
number)
Returns the PDF with the specified ID.

Parameter Type Description
id number The ID.

PDFitemByName (name:
string)
Returns the PDF with the specified name.

Parameter Type Description
name string The name.

Array of PDFitemByRange (from:
any, to:
any)
Returns the PDFs within the specified range.

Parameter Type Description
from PDF
Long Integer
String
The PDF, index, or name at the beginning of the range. Can accept: PDF, Long Integer or String.
to PDF
Long Integer
String
The PDF, index, or name at the end of the range. Can accept: PDF, Long Integer or String.

PDFlastItem ()
Returns the last PDF in the collection.

PDFmiddleItem ()
Returns the middle PDF in the collection.

PDFnextItem (obj:
PDF)
Returns the PDF whose index follows the specified PDF in the collection.

Parameter Type Description
obj PDF The PDF whose index comes before the desired PDF.

PDFpreviousItem (obj:
PDF)
Returns the PDF with the index previous to the specified index.

Parameter Type Description
obj PDF The index of the PDF that follows the desired PDF.

string toSource ()
Generates a string which, if executed, will return the PDF.

Element of:

Button.pdfs
GraphicLine.pdfs
Group.pdfs
Oval.pdfs
PageItem.pdfs
Polygon.pdfs
Rectangle.pdfs
State.pdfs
XMLElement.pdfs

Leave a Comment

Previous post:

Next post: