| PdfFieldModifiedDate Property  | 
 
            Gets a value representing date this 
PdfField was last modified (outside of RAD PDF).
            
 
    Namespace: 
   RadPdf.Data.Document.Objects.FormFields
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic DateTimeOffset ModifiedDate { get; }Public ReadOnly Property ModifiedDate As DateTimeOffset
	Get
Property Value
Type: 
DateTimeOffset Remarks
Remarks
            This date is extracted from the PDF's metadata.
            It may or may not be accurate based on the tool last used to alter the PDF>
            
 See Also
See Also