C# 클래스 Patagames.Pdf.Net.Controls.Wpf.ThreadSafePrintDialog

Replacement class for System.Windows.PrintDialog
파일 보기 프로젝트 열기: Patagames/Pdf.Wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_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