Aspose::Pdf::DataEditor::CosPdfNumber class
CosPdfNumber class
This class represents Pdf Number type.
class CosPdfNumber : public Aspose::Pdf::DataEditor::CosPdfPrimitive
Methods
Method | Description |
---|---|
CosPdfNumber() | Initializes a new instance of the CosPdfNumber class. |
CosPdfNumber(double) | Initializes a new instance of the CosPdfNumber class. |
Equals(System::SharedPtr<System::Object>) override | Determines that the specified object is equal to the current object. |
get_Value() const | Gets the value. |
GetHashCode() const override | Get hashcode for current object. |
ToCosPdfNumber() override | Tries cast this instance to CosPdfNumber. |
ToString() const override | Returns a System::String that represents the current CosPdfNumber. |
See Also
- Class CosPdfPrimitive
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++