VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentController Class / DocumentClosing Event
Syntax Requirements SeeAlso
In This Topic
    DocumentClosing Event (PdfDocumentController)
    In This Topic
    Occurs when the PDF document is closing.
    Syntax
    'Declaration
    
    Public Shared Event DocumentClosing As System.EventHandler(Of PdfDocumentEventArgs)
    
    
    public static event System.EventHandler<PdfDocumentEventArgs> DocumentClosing
    
    
    public: __event System.EventHandler<PdfDocumentEventArgs*>* DocumentClosing
    
    
    public:
    event System.EventHandler<PdfDocumentEventArgs^>^ DocumentClosing
    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