PDFCosNumber¶
Namespace: O2S.Components.PDF4NET.Core.Cos
Defines a PDF COS number.
Inheritance Object → PDFCosObject → PDFCosNumber
Constructors¶
PDFCosNumber()¶
Initializes a new PDFCosNumber object.
PDFCosNumber(Double)¶
Initializes a new PDFCosNumber object with a number.
Parameters
value Double
Initial number value.
Properties¶
Type¶
Gets the object type.
Property Value
Value¶
Gets or sets the object value.
Property Value
Double
The number represented by this COS object.
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.