ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfDocumentInfo Class / CreationDate Property

In This Topic
    CreationDate Property (PdfDocumentInfo)
    In This Topic
    Gets or sets the creation date and time of the document.

    The default value for this property is DateTime.MinValue, which causes the current date/time to be used when the document is saved.

    Syntax
    'Declaration
     
    
    Public Property CreationDate As Date
    public DateTime CreationDate {get; set;}
    See Also