PdfSharp-WPF  1.31.7289
PdfSharp.Pdf.PdfDate Class Reference

Represents a direct date value. More...

Inheritance diagram for PdfSharp.Pdf.PdfDate:
PdfSharp.Pdf.PdfItem

Public Member Functions

 PdfDate ()
 Initializes a new instance of the PdfDate class. More...
 
 PdfDate (string value)
 Initializes a new instance of the PdfDate class. More...
 
 PdfDate (DateTime value)
 Initializes a new instance of the PdfDate class. More...
 
override string ToString ()
 Returns the value in the PDF date format. More...
 
- Public Member Functions inherited from PdfSharp.Pdf.PdfItem
PdfItem Clone ()
 Creates a copy of this object. More...
 

Properties

DateTime Value [get]
 Gets the value as DateTime. 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 date value.

Constructor & Destructor Documentation

◆ PdfDate() [1/3]

PdfSharp.Pdf.PdfDate.PdfDate ( )

Initializes a new instance of the PdfDate class.

◆ PdfDate() [2/3]

PdfSharp.Pdf.PdfDate.PdfDate ( string  value)

Initializes a new instance of the PdfDate class.

◆ PdfDate() [3/3]

PdfSharp.Pdf.PdfDate.PdfDate ( DateTime  value)

Initializes a new instance of the PdfDate class.

Member Function Documentation

◆ ToString()

override string PdfSharp.Pdf.PdfDate.ToString ( )

Returns the value in the PDF date format.

Property Documentation

◆ Value

DateTime PdfSharp.Pdf.PdfDate.Value
get

Gets the value as DateTime.


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