VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / DocumentModifyDate Property
Syntax Requirements SeeAlso
In This Topic
    DocumentModifyDate Property (PdfEncoderSettings)
    In This Topic
    Gets or sets the date and time the document was most recently modified.
    Syntax
    'Declaration
    
    Public Property DocumentModifyDate As System.DateTime
    
    
    public System.DateTime DocumentModifyDate { get; set; }
    
    
    public: __property System.DateTime get_DocumentModifyDate();
    public: __property void set_DocumentModifyDate(
    System.DateTime value
    );
    public:
    property System.DateTime DocumentModifyDate { 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: DateTime.MinValue.
    Requirements

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

    See Also