ComponentOne Reports for WPF
C1.WPF.Pdf Namespace / PdfDocumentInfo Class / CreationDate Property

In This Topic
    CreationDate Property (PdfDocumentInfo)
    In This Topic
    Gets or sets the creation date and time of the Pdf document.
    Syntax
    'Declaration
     
    Public Property CreationDate As Date
    public DateTime CreationDate {get; set;}
    Remarks

    The default value for this property is the DateTime.MinValue, which causes C1.WPF.Pdf.C1PdfDocument to use the date and time when the document is saved as the creation date.

    See Also