Class CosPdfName

CosPdfName class

This class represents Pdf Name object.

public sealed class CosPdfName : CosPdfPrimitive

Constructors

NameDescription
CosPdfName(string)Initializes a new instance of the CosPdfName class.

Properties

NameDescription
Value { get; }Gets the value.

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.
override ToCosPdfName()Tries cast this instance to CosPdfName.
virtual ToCosPdfNumber()Tries cast this instance to CosPdfNumber.
virtual ToCosPdfString()Tries cast this instance to CosPdfString.
override ToString()Returns a String that represents the current CosPdfName.

See Also