Aspose::Pdf::DataEditor::CosPdfBoolean class
CosPdfBoolean class
This class represents boolean type.
class CosPdfBoolean : public Aspose::Pdf::DataEditor::CosPdfPrimitive
Methods
Method | Description |
---|---|
CosPdfBoolean(bool) | Initializes a new instance of the PdfBoolean 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. |
ToCosPdfBoolean() override | Tries cast this instance to CosPdfBoolean. |
ToString() const override | Returns a System::String that represents the current CosPdfBoolean. |
See Also
- Class CosPdfPrimitive
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++