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