PDFCosString¶
Namespace: O2S.Components.PDF4NET.Core.Cos
Defines a PDF COS string.
Inheritance Object → PDFCosObject → PDFCosString
Constructors¶
PDFCosString()¶
Initializes a new PDFCosString object.
PDFCosString(String)¶
Initializes a new PDFCosString object with a string.
Parameters
value String
Initial string value.
Properties¶
Type¶
Gets the object type.
Property Value
Value¶
Gets or sets the object value.
Property Value
String
The string represented by this PDF COS string.
Methods¶
ToString()¶
Returns a String that represents the current Object.
Returns
String
String that represents the current Object.