Aspose::Pdf::DataEditor::CosPdfName class

CosPdfName class

This class represents Pdf Name object.

class CosPdfName : public Aspose::Pdf::DataEditor::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.
ToCosPdfName() overrideTries cast this instance to CosPdfName.
ToString() const overrideReturns a System::String that represents the current CosPdfName.

See Also