VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentInformation Class / modifyDate Property
Syntax Requirements SeeAlso
In This Topic
    modifyDate Property (WebPdfDocumentInformation)
    In This Topic
    Gets or sets the date and time when the document was most recently modified.
    Syntax
    'Declaration
    
    Public Property modifyDate As String
    
    
    public string modifyDate { get; set; }
    
    
    public: __property string* get_modifyDate();
    public: __property void set_modifyDate(
    string* value
    );
    public:
    property string^ modifyDate { string^ get(); void set(string^ value); }
    Requirements

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

    See Also