VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / PrintingException Event
Syntax Requirements SeeAlso
In This Topic
    PrintingException Event (ImagePrintDocument)
    In This Topic
    Occurs when an exception is thrown during work of this ImagePrintDocument.
    Syntax
    'Declaration
    
    Public Event PrintingException As System.EventHandler(Of ExceptionEventArgs)
    
    
    public event System.EventHandler<ExceptionEventArgs> PrintingException
    
    
    public: __event System.EventHandler<ExceptionEventArgs*>* PrintingException
    
    
    public:
    event System.EventHandler<ExceptionEventArgs^>^ PrintingException
    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