VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfPrintEventArgs Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WpfPrintEventArgs Class
    In This Topic
    Provides data for the BeginPrint and EndPrint events.
    Object Model
    WpfPrintEventArgs
    Syntax
    'Declaration
    
    Public Class WpfPrintEventArgs
       Inherits System.EventArgs
    
    
    public class WpfPrintEventArgs : System.EventArgs
    
    
    public __gc class WpfPrintEventArgs : public System.EventArgs*
    
    
    public ref class WpfPrintEventArgs : public System.EventArgs^
    
    
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Vintasoft.Imaging.Wpf.Print.WpfPrintEventArgs
             Vintasoft.Imaging.Wpf.Print.WpfImagePrintEventArgs
             Vintasoft.Imaging.Wpf.Print.WpfImageTilePrintEventArgs
             Vintasoft.Imaging.Wpf.Print.WpfPagePrintEventArgs

    Requirements

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

    See Also