PdfDate ClassTerminal Works - PDF Printing.Net Library
Represents a direct date value.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.PdfPdfDate

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class PdfDate : PdfItem

The PdfDate type exposes the following members.

Constructors

  NameDescription
Public methodPdfDate
Initializes a new instance of the PdfDate class.
Public methodPdfDate(DateTime)
Initializes a new instance of the PdfDate class.
Public methodPdfDate(String)
Initializes a new instance of the PdfDate class.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of this object.
(Inherited from PdfItem.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the value in the PDF date format.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyValue
Gets the value as DateTime.
Top
See Also

Reference