Click or drag to resize

PdfDate Class

Utility class to handle PDF formatted dates.
Inheritance Hierarchy
SystemObject
  Opait.Pdf.ApiPdfDate

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static class PdfDate

The PdfDate type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFormat
Format the supplied date in human readable PDF format.
Remarks
This format is used to store dates in the document info dictionary.
Public methodStatic memberFormatXmp
Formats the supplied date in XMP format.
Public methodStatic memberParse
Parse the supplied human-readable PDF string as a DateTime structure.
Top
See Also