Aspose::Pdf::DataEditor::CosPdfBoolean class

CosPdfBoolean class

This class represents boolean type.

class CosPdfBoolean : public Aspose::Pdf::DataEditor::CosPdfPrimitive

Methods

MethodDescription
CosPdfBoolean(bool)Initializes a new instance of the PdfBoolean 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.
ToCosPdfBoolean() overrideTries cast this instance to CosPdfBoolean.
ToString() const overrideReturns a System::String that represents the current CosPdfBoolean.

See Also