VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / PrintDialog Property
Syntax Requirements SeeAlso
In This Topic
    PrintDialog Property (WpfImagePrintManager)
    In This Topic
    Gets a PrintDialog which is used both for printing and for setting print parameters up.
    Syntax
    'Declaration
    
    Public ReadOnly Property PrintDialog As System.Windows.Controls.PrintDialog
    
    
    public System.Windows.Controls.PrintDialog PrintDialog { get; }
    
    
    public: __property System.Windows.Controls.PrintDialog* get_PrintDialog();
    
    
    
    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