Returns the PDFComment with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Returns any PDFComment in the collection.
→ Number
Displays the number of elements in the PDFComment.
→ PDFComment[]
Returns every PDFComment in the collection.
Returns the first PDFComment in the collection.
Returns the PDFComment with the specified index or name.
Returns the PDFComment with the specified ID.
Returns the PDFComment with the specified name.
→ PDFComment[]
Returns the PDFComments within the specified range.
from
LongInteger | PDFComment | String
The PDFComment, index, or name at the beginning of the range. Can accept: PDFComment, Long Integer or String.
to
LongInteger | PDFComment | String
The PDFComment, index, or name at the end of the range. Can accept: PDFComment, Long Integer or String.
Returns the last PDFComment in the collection.
Returns the middle PDFComment in the collection.
Returns the PDFComment whose index follows the specified PDFComment in the collection.
Returns the PDFComment with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the PDFComment.
Object of 1
Properties elsewhere that hold a PDFComments.