VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / DocumentChanged Event
Syntax Remarks Requirements SeeAlso
In This Topic
    DocumentChanged Event (PdfDocument)
    In This Topic
    Occurs when PDF document is changed. i.e. the value of the IsChanged property is changed.
    Syntax
    'Declaration
    
    Public Event DocumentChanged As System.EventHandler
    
    
    public event System.EventHandler DocumentChanged
    
    
    public: __event System.EventHandler* DocumentChanged
    
    
    public:
    event System.EventHandler^ DocumentChanged
    Remarks

    Value of the IsChanged property is changed to false when document is saved.
    Value of the IsChanged property is changed to true when content of the document is changed.

    Requirements

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

    See Also