PdfSharp-GDI  1.31.7289
PdfSharp.Pdf.PdfRealObject Class Reference

Represents an indirect real value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object. More...

Inheritance diagram for PdfSharp.Pdf.PdfRealObject:
PdfSharp.Pdf.PdfNumberObject PdfSharp.Pdf.PdfObject PdfSharp.Pdf.PdfItem

Public Member Functions

 PdfRealObject ()
 Initializes a new instance of the PdfRealObject class. More...
 
 PdfRealObject (double value)
 Initializes a new instance of the PdfRealObject class. More...
 
 PdfRealObject (PdfDocument document, double value)
 Initializes a new instance of the PdfRealObject class. More...
 
override string ToString ()
 Returns the real as a culture invariant string. More...
 
- Public Member Functions inherited from PdfSharp.Pdf.PdfObject
new PdfObject Clone ()
 Creates a copy of this object. The clone does not belong to a document, i.e. its owner and its iref are null. More...
 
- Public Member Functions inherited from PdfSharp.Pdf.PdfItem
PdfItem Clone ()
 Creates a copy of this object. More...
 

Properties

double Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from PdfSharp.Pdf.PdfObject
virtual PdfDocument Owner [get]
 Gets the PdfDocument this object belongs to. More...
 
bool IsIndirect [get]
 Indicates whether the object is an indirect object. More...
 
PdfObjectInternals Internals [get]
 Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument. More...
 
PdfReference Reference [get, set]
 Gets the indirect reference of this object. If the value is null, this object is a direct object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from PdfSharp.Pdf.PdfNumberObject
 PdfNumberObject ()
 Initializes a new instance of the PdfNumberObject class. More...
 
 PdfNumberObject (PdfDocument document)
 Initializes a new instance of the PdfNumberObject class. More...
 
- Protected Member Functions inherited from PdfSharp.Pdf.PdfObject
 PdfObject ()
 Initializes a new instance of the PdfObject class. More...
 
 PdfObject (PdfDocument document)
 Initializes a new instance of the PdfObject class. More...
 
 PdfObject (PdfObject obj)
 Initializes a new instance from an existing object. Used for object type transformation. More...
 
override object Copy ()
 Implements the copy mechanism. Must be overridden in derived classes. More...
 

Detailed Description

Represents an indirect real value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object.

Constructor & Destructor Documentation

◆ PdfRealObject() [1/3]

PdfSharp.Pdf.PdfRealObject.PdfRealObject ( )

Initializes a new instance of the PdfRealObject class.

◆ PdfRealObject() [2/3]

PdfSharp.Pdf.PdfRealObject.PdfRealObject ( double  value)

Initializes a new instance of the PdfRealObject class.

Parameters
valueThe value.

◆ PdfRealObject() [3/3]

PdfSharp.Pdf.PdfRealObject.PdfRealObject ( PdfDocument  document,
double  value 
)

Initializes a new instance of the PdfRealObject class.

Parameters
documentThe document.
valueThe value.

Member Function Documentation

◆ ToString()

override string PdfSharp.Pdf.PdfRealObject.ToString ( )

Returns the real as a culture invariant string.

Property Documentation

◆ Value

double PdfSharp.Pdf.PdfRealObject.Value
getset

Gets or sets the value.


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