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

In This Topic
    CreationDate Property (DocumentInfo)
    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