PdfDocumentPropertiesDocumentCreated Property  | 
  
    Namespace: 
   RadPdf.Data.Document
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic DateTime DocumentCreated { get; }Public ReadOnly Property DocumentCreated As DateTime
	Get
Property Value
Type: 
DateTime
Remarks
            If this is a Lite Document (IsLiteDocument is true), this property is not meaningful.
            
See Also