Class CosPdfString

CosPdfString class

This class represents Pdf String object.

public sealed class CosPdfString : CosPdfPrimitive

Constructors

NameDescription
CosPdfString(string)Initializes a new instance of the CosPdfString class.
CosPdfString(string, bool)Initializes a new instance of the CosPdfString class.

Properties

NameDescription
IsHexadecimal { get; }Gets a value indicating whether this instance is hexadecimal.
Value { get; }Gets the string (ANSII).

Methods

NameDescription
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