Optionaloptions: PDFNumberOptionsCreate a PDFNumber instance with the specified options.
Destroys the PDFNumber object.
A promise that resolves when the object is destroyed.
Retrieves the float value of the PDFNumber object.
A promise that resolves to the float value of the PDFNumber.
Retrieves the integer value of the PDFNumber object.
A promise that resolves to the integer value of the PDFNumber.
Retrieves the numeric value of the PDFNumber object.
A promise that resolves to the numeric value of the PDFNumber.
Retrieves the string representation of the PDFNumber object.
A promise that resolves to the string representation of the PDFNumber.
Checks if two PDFNumber instances are equal.
The second PDFNumber instance to compare.
A promise that resolves to true if the two objects are equal; otherwise, false.
Determines if the PDFNumber object is an integer.
A promise that resolves to true if the PDFNumber is an integer; otherwise, false.
Sets the numeric value of the PDFNumber object.
The value to set.
A promise that resolves when the value is set.
Sets the string representation of the PDFNumber object.
The string to set.
A promise that resolves when the string is set.
StaticcreateCreates an instance of PDFNumber.
Optionaloptions: PDFNumberOptionsnumbers: The number to create the PDFNumber.
A promise that resolves to a PDFNumber instance.
Create a PDFNumber instance. Instead of creating an instance in new mode, use create to create an instance.