Click or drag to resize

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.4.0.0 (4.4.0.0)
Syntax
public DateTimeOffset ModifiedDate { get; }

Property Value

Type: DateTimeOffset
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