C# Класс Patagames.Pdf.Net.Controls.Wpf.ThreadSafePrintDialog

Replacement class for System.Windows.PrintDialog
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_maxPage uint
_minPage uint
_userPageRangeEnabled bool

Private Properties

Свойство Тип Описание
DefaultPrintQueue PrintQueue
DefaultPrintTicket PrintTicket
UpdateArea void
VerifyPrintSettings void

Открытые методы

Метод Описание
PrintDocument ( System.Windows.Documents.DocumentPaginator paginator, string description ) : void

Actually print an Xps Document with previously setup params

ShowDialog ( IntPtr hwnd ) : bool

Show Dialog to allow user to adjust printer/settings

Приватные методы

Метод Описание
DefaultPrintQueue ( ) : PrintQueue

PrintQueue

DefaultPrintTicket ( ) : PrintTicket
UpdateArea ( ) : void

Set Print Area

VerifyPrintSettings ( ) : void

Ensure Queue and Ticket prepared

Описание методов

PrintDocument() публичный Метод

Actually print an Xps Document with previously setup params
public PrintDocument ( System.Windows.Documents.DocumentPaginator paginator, string description ) : void
paginator System.Windows.Documents.DocumentPaginator Document to print
description string Description
Результат void

ShowDialog() публичный Метод

Show Dialog to allow user to adjust printer/settings
public ShowDialog ( IntPtr hwnd ) : bool
hwnd System.IntPtr Window owner
Результат bool

Описание свойств

_maxPage публичное свойство

public uint _maxPage
Результат uint

_minPage публичное свойство

public uint _minPage
Результат uint

_userPageRangeEnabled публичное свойство

public bool _userPageRangeEnabled
Результат bool