Aspose::Pdf::Utils::PublicData::CosPdfName class

CosPdfName class

This class represents Pdf Name object.

class CosPdfName : public Aspose::Pdf::Utils::PublicData::CosPdfPrimitive

Methods

MethodDescription
CosPdfName(System::String)Initializes a new instance of the CosPdfName 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.
ToCosPdfName() overrideTries cast this instance to CosPdfName.
ToCosPdfNumber() overrideTries cast this instance to CosPdfNumber.
ToCosPdfString() overrideTries cast this instance to CosPdfString.
ToString() const overrideReturns a System::String that represents the current CosPdfName.

See Also