Destroys the PDFName object.
A promise that resolves when the object is destroyed.
Retrieves the string representation of the PDF Name object.
A promise that resolves to a string representing the value of the current FPDObject.
Checks if another PDFName is identical to the current instance.
The second FPD Name instance to compare.
A promise that resolves to true if the two are identical; otherwise, false.
StaticcreateCreates an instance of PDFName.
Optionaloptions: Optionsstring of name: The string of name to create the name. example: { "str": "Object Name" }
A promise that resolves to a PDFNameType instance.
Create a PDFName instance. Instead of creating an instance in new mode, use create to create an instance.