Table of Contents

Class PdfReal

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

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 double

The value.

Properties

Value

Gets the value as double.

public double Value { get; }

Property Value

double

Methods

GetTypeCode()

Returns TypeCode for 32-bit integers.

public TypeCode GetTypeCode()

Returns

TypeCode

ToString()

Returns the real number as string.

public override string ToString()

Returns

string