Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WritePdfDateTime Method

In This Topic
    WritePdfDateTime Method
    In This Topic
    Writes a GrapeCity.Documents.Pdf.PdfDateTime value, the value is encoded as it defined in chapter 3.8.3 Dates of PdfSpec 1.7.
    Syntax
    'Declaration
     
    Public Sub WritePdfDateTime( _
       ByVal value As PdfDateTime _
    ) 
    public void WritePdfDateTime( 
       PdfDateTime value
    )

    Parameters

    value
    See Also