CosNumber.RealValue Property

Gets the value of this CosNumber object as a real number.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double RealValue { get; }
VB
Public ReadOnly Property RealValue As Double
	Get

Property Value

Type: Double
The value of this CosNumber object as a real number.

See Also