Aspose::Pdf::DataEditor::CosPdfNumber class

CosPdfNumber class

This class represents Pdf Number type.

class CosPdfNumber : public Aspose::Pdf::DataEditor::CosPdfPrimitive

Methods

MethodDescription
CosPdfNumber()Initializes a new instance of the CosPdfNumber class.
CosPdfNumber(double)Initializes a new instance of the CosPdfNumber class.
Equals(System::SharedPtr<System::Object>) overrideDetermines that the specified object is equal to the current object.
get_Value() constGets the value.
GetHashCode() const overrideGet hashcode for current object.
ToCosPdfNumber() overrideTries cast this instance to CosPdfNumber.
ToString() const overrideReturns a System::String that represents the current CosPdfNumber.

See Also