Aspose::Pdf::Utils::PublicData::CosPdfString class

CosPdfString class

This class represents Pdf String object.

class CosPdfString : public Aspose::Pdf::Utils::PublicData::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>) override//
get_IsHexadecimal() constGets a value indicating whether this instance is hexadecimal.
get_Value() constGets the string (ANSII).
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 CosPdfString.

See Also