PDFCosName¶
Namespace: O2S.Components.PDF4NET.Core.Cos
Defines a PDF COS name.
Inheritance Object → PDFCosObject → PDFCosName
Constructors¶
PDFCosName()¶
Initializes a new PDFCosName object.
PDFCosName(String)¶
Initializes a new PDFCosName object with a PDF name.
Parameters
value String
Initial name value.
Properties¶
Type¶
Gets the object type.
Property Value
Value¶
Gets or sets the object value.
Property Value
String
A string that represents a PDF name object, it must start with '/'
Methods¶
Equals(Object)¶
Tests if this object is equal to another object.
Parameters
obj Object
Object to test.
Returns
Boolean
True if the objects are equal, false otherwise.
GetHashCode()¶
Computes the object hash code.
Returns
Int32
The hash code.
ToString()¶
Returns a String that represents the current Object.
Returns
String
String that represents the current Object.