A promise that resolves when the object is destroyed.
Retrieves the array of the object.
A promise that resolves to a PDFObject instance.
Retrieves the constant string of the object.
The object from which to retrieve the constant string.
A promise that resolves to the constant string of the object.
Retrieves the dictionary of the object.
A promise that resolves to a PDFObject instance.
Retrieves the direct reference of the object.
A promise that resolves to a PDFObject instance.
Retrieves the direct type of the object.
A promise that resolves to a number representing the direct type of the object.
Retrieves the integer value of the object.
A promise that resolves to the integer value of the object.
Retrieves the numeric value of the object.
A promise that resolves to the numeric value of the object.
Retrieves the object number.
A promise that resolves to a number representing the object's number.
Retrieves the string representation of the object.
A promise that resolves to a string representing the object.
Retrieves the type of the object.
A promise that resolves to a number representing the object type which is one of the FPD_OBJ_xxxx constants. including:
Retrieves the Unicode text of the object.
A promise that resolves to the Unicode text of the object.
Determines if the current object is identical to another object.
Another PDFObject instance to compare with.
A promise that resolves to a boolean indicating whether the two objects are identical.
Determines if the object has been modified.
A promise that resolves to a boolean indicating whether the object has been modified.
Sets whether the object has been modified.
Whether the object has been modified. Defaults to false.
A promise that resolves when the modification status is set.
Sets the Unicode text to the object.
The string to set.
A promise that resolves when the text is set.
Destroys the pdfObject.