PDFCosBoolean¶
Namespace: O2S.Components.PDF4NET.Core.Cos
Defines a PDF COS bool value.
Inheritance Object → PDFCosObject → PDFCosBoolean
Constructors¶
PDFCosBoolean()¶
Initializes a new PDFCosBoolean object.
PDFCosBoolean(Boolean)¶
Initializes a new PDFCosBoolean object with a boolean value.
Parameters
value Boolean
Initial boolean value.
Properties¶
False¶
Gets a false boolean value.
Property Value
True¶
Gets a true boolean value.
Property Value
Type¶
Gets the object type.
Property Value
Value¶
Gets or sets the object value.
Property Value
Boolean
true / false
Methods¶
ToString()¶
Returns a String that represents the current Object.
Returns
String
String that represents the current Object.