PDFs

A collection of PDF files.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

PDF [] (index:Number)

Returns the PDF with the specified index.

Parameter

Type

Description

index

Number

The index.

PDF anyItem ()

Returns any PDF in the collection.

Number count ()

Displays the number of elements in the PDF.

PDF everyItem ()

Returns every PDF in the collection.

PDF firstItem ()

Returns the first PDF in the collection.

PDF item (index:Varies LongInteger String)

Returns the PDF with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

PDF itemByID (id:Number)

Returns the PDF with the specified ID.

Parameter

Type

Description

id

Number

The ID.

PDF itemByName (name:String)

Returns the PDF with the specified name.

Parameter

Type

Description

name

String

The name.

PDF itemByRange (from:Varies LongInteger PDF String, to:Varies LongInteger PDF String)

Returns the PDFs within the specified range.

Parameter

Type

Description

from

LongInteger

PDF

String

The PDF, index, or name at the beginning of the range. Can accept: PDF, Long Integer or String.

to

LongInteger

PDF

String

The PDF, index, or name at the end of the range. Can accept: PDF, Long Integer or String.

PDF lastItem ()

Returns the last PDF in the collection.

PDF middleItem ()

Returns the middle PDF in the collection.

PDF nextItem (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.

PDF previousItem (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.

Object of

PlaceGun.pdfs

Button.pdfs

State.pdfs

MultiStateObject.pdfs

CheckBox.pdfs

ComboBox.pdfs

ListBox.pdfs

RadioButton.pdfs

TextBox.pdfs

SignatureField.pdfs

Oval.pdfs

Rectangle.pdfs

GraphicLine.pdfs

Polygon.pdfs

SplineItem.pdfs

Snippet.pdfs

XMLElement.pdfs