VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WinTwain.ImageEncoders Namespace / TwainPdfDocumentInfo Class / ModificationDate Property
Syntax Requirements SeeAlso
In This Topic
    ModificationDate Property (TwainPdfDocumentInfo)
    In This Topic
    The date and time the document was most recently modified.
    Syntax
    'Declaration
    
    Public Property ModificationDate As System.DateTime
    
    
    public System.DateTime ModificationDate { get; set; }
    
    
    public: __property System.DateTime get_ModificationDate();
    public: __property void set_ModificationDate(
    System.DateTime value
    );
    public:
    property System.DateTime ModificationDate { System.DateTime get(); void set(System.DateTime value); }

    Property Value

    Modification date tag is not saved to PDF document if value of this property is set to DateTime.MinValue.
    Default value is DateTime.MinValue.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also