Class CosPdfString
Contents
[
Hide
]CosPdfString class
This class represents Pdf String object.
public sealed class CosPdfString : CosPdfPrimitive
Constructors
Name | Description |
---|---|
CosPdfString(string) | Initializes a new instance of the CosPdfString class. |
CosPdfString(string, bool) | Initializes a new instance of the CosPdfString class. |
Properties
Name | Description |
---|---|
IsHexadecimal { get; } | Gets a value indicating whether this instance is hexadecimal. |
Value { get; } | Gets the string (ANSII). |
Methods
Name | Description |
---|---|
override Equals(object) | Determines that the specified object is equal to the current object. |
override GetHashCode() | Get hashcode for current object. |
virtual ToCosPdfBoolean() | Tries cast this instance to CosPdfBoolean . |
virtual ToCosPdfDictionary() | Tries cast this instance to CosPdfDictionary . |
virtual ToCosPdfName() | Tries cast this instance to CosPdfName . |
virtual ToCosPdfNumber() | Tries cast this instance to CosPdfNumber . |
override ToCosPdfString() | Tries cast this instance to CosPdfString . |
override ToString() | Returns a String that represents the current CosPdfString . |
See Also
- class CosPdfPrimitive
- namespace Aspose.Pdf.DataEditor
- assembly Aspose.PDF