Class CReal
Represents a real value in a PDF content stream.
public class CReal : CNumber, ICloneable
- Inheritance
-
CReal
- Implements
- Inherited Members
Constructors
CReal()
public CReal()
Properties
Value
Gets or sets the value.
public double Value { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public CReal Clone()
Returns
ToString()
Returns a string that represents the current value.
public override string ToString()