ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / DocumentInfo Class / CreationDate Property

In This Topic
    CreationDate Property
    In This Topic
    The date and time the document was created, in human-readable form
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CreationDate As Nullable(Of Date)
    public Nullable<DateTime> CreationDate {get;}
    See Also