PdfSharp-WPF  1.31.7289
PdfSharp.Pdf.PdfReal Class Reference

Represents a direct real value. More...

Inheritance diagram for PdfSharp.Pdf.PdfReal:
PdfSharp.Pdf.PdfNumber PdfSharp.Pdf.PdfItem

Public Member Functions

 PdfReal ()
 Initializes a new instance of the PdfReal class. More...
 
 PdfReal (double value)
 Initializes a new instance of the PdfReal class. More...
 
override string ToString ()
 Returns the real number as string. More...
 
- Public Member Functions inherited from PdfSharp.Pdf.PdfItem
PdfItem Clone ()
 Creates a copy of this object. More...
 

Properties

double Value [get]
 Gets the value as double. More...
 

Additional Inherited Members

- Protected Member Functions inherited from PdfSharp.Pdf.PdfItem
virtual object Copy ()
 Implements the copy mechanism. Must be overridden in derived classes. More...
 

Detailed Description

Represents a direct real value.

Constructor & Destructor Documentation

◆ PdfReal() [1/2]

PdfSharp.Pdf.PdfReal.PdfReal ( )

Initializes a new instance of the PdfReal class.

◆ PdfReal() [2/2]

PdfSharp.Pdf.PdfReal.PdfReal ( double  value)

Initializes a new instance of the PdfReal class.

Parameters
valueThe value.

Member Function Documentation

◆ ToString()

override string PdfSharp.Pdf.PdfReal.ToString ( )

Returns the real number as string.

Property Documentation

◆ Value

double PdfSharp.Pdf.PdfReal.Value
get

Gets the value as double.


The documentation for this class was generated from the following file: