Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DocumentInfo Class / CreationDate Property

In This Topic
    CreationDate Property (DocumentInfo)
    In This Topic
    Gets or sets the creation date and time of the document.
    Syntax
    'Declaration
     
    Public Property CreationDate As System.Nullable(Of PdfDateTime)
    public System.Nullable<PdfDateTime> CreationDate {get; set;}
    See Also