C# 클래스 Patagames.Pdf.Net.Controls.Wpf.NativePrintDialog.PrintDlgEx

상속: IDisposable
파일 보기 프로젝트 열기: Patagames/Pdf.Wpf

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
AllocatePrintDlgExStruct ( ) : IntPtr

Allocate memory associated with PRINTDLGEX32 or PRINTDLGEX64 structures

DeallocatePrintDlgExStruct ( IntPtr ptr ) : void

Frees memory associated with PRINTDLGEX32 or PRINTDLGEX64 structures

Dispose ( bool disposing ) : void
FindPrintQueue ( string printerName ) : PrintQueue

Get the PrintQueue from the PrinterName

FindPrintTicket ( IntPtr dModeHnd, string printQueueName ) : PrintTicket

Find the PrintTicket for the queue

GetResult ( ) : uint

Get's the result from the dialog

GetResultPrintDlgExHnd ( IntPtr ptrPrintDlg ) : uint

Get dwResultAction from Dlg

GetSettings ( IntPtr nativeBuffer, string &printerName, uint &flags, System.Windows.Controls.PageRange &pageRange, IntPtr &dModeHnd ) : void

Get various settings

InitializeDevMode ( string printerName, PrintTicket printTicket ) : IntPtr

Creates DevMode structure from Ticket

InitializeDevNames ( string printerName ) : IntPtr

Set DevName structure memory

Is64Bits ( ) : bool

Helper method to determine CPU mode

PrintDlgEx ( IntPtr owner, NativePrintDialog dialog ) : Microsoft.Win32

Constructor

ShowPrintDlgEx ( ) : uint

Show dialg and return result

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void