Aspose::Pdf::DataEditor::CosPdfString class

CosPdfString class

This class represents Pdf String object.

class CosPdfString : public Aspose::Pdf::DataEditor::CosPdfPrimitive

Methods

MethodDescription
CosPdfString(System::String)Initializes a new instance of the CosPdfString class.
CosPdfString(System::String, bool)Initializes a new instance of the CosPdfString class.
Equals(System::SharedPtr<System::Object>) overrideDetermines that the specified object is equal to the current object.
get_IsHexadecimal() constGets a value indicating whether this instance is hexadecimal.
get_Value() constGets the string (ANSII).
GetHashCode() const overrideGet hashcode for current object.
ToCosPdfString() overrideTries cast this instance to CosPdfString.
ToString() const overrideReturns a System::String that represents the current CosPdfString.

See Also