Class PdfReal
Represents a direct real value.
public sealed class PdfReal : PdfNumber, ICloneable, IConvertible
- Inheritance
-
PdfReal
- Implements
- Inherited Members
Constructors
PdfReal()
Initializes a new instance of the PdfReal class.
public PdfReal()
PdfReal(double)
Initializes a new instance of the PdfReal class.
public PdfReal(double value)
Parameters
value
doubleThe value.
Properties
Value
Gets the value as double.
public double Value { get; }
Property Value
Methods
GetTypeCode()
Returns TypeCode for 32-bit integers.
public TypeCode GetTypeCode()
Returns
ToString()
Returns the real number as string.
public override string ToString()