Aspose::Pdf::DataEditor::CosPdfString class
Contents
[
Hide
]CosPdfString class
This class represents Pdf String object.
class CosPdfString : public Aspose::Pdf::DataEditor::CosPdfPrimitive
Methods
Method | Description |
---|---|
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 | Determines that the specified object is equal to the current object. |
get_IsHexadecimal() const | Gets a value indicating whether this instance is hexadecimal. |
get_Value() const | Gets the string (ANSII). |
GetHashCode() const override | Get hashcode for current object. |
ToCosPdfString() override | Tries cast this instance to CosPdfString. |
ToString() const override | Returns a System::String that represents the current CosPdfString. |
See Also
- Class CosPdfPrimitive
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++