VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / OnPagePrinted(WpfPagePrintEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnPagePrinted(WpfPagePrintEventArgs) Method (WpfImagePrintManager)
    In This Topic
    Raises the PagePrinted event. It is called after a page has printed.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnPagePrinted( _
    ByVal e
    A WpfPagePrintEventArgs that contains the event data.
    As WpfPagePrintEventArgs _
    )
    protected virtual void OnPagePrinted(
    WpfPagePrintEventArgs e
    )
    protected: virtual void OnPagePrinted(
    WpfPagePrintEventArgs* e
    )
    protected:
    virtual void OnPagePrinted(
    WpfPagePrintEventArgs^ e
    )

    Parameters

    e
    A WpfPagePrintEventArgs that contains the event data.
    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