private class PrintDlgEx : IDisposable
NativePrintDialogPrintDlgEx | Constructor |
AllocatePrintDlgExStruct | Allocate memory associated with PRINTDLGEX32 or PRINTDLGEX64 structures |
DeallocatePrintDlgExStruct | Frees memory associated with PRINTDLGEX32 or PRINTDLGEX64 structures |
Dispose | Releases all resources used by the NativePrintDialogPrintDlgEx |
Dispose(Boolean) | Releases the unmanaged resources used by the NativePrintDialogPrintDlgEx and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
Clean up
(Overrides ObjectFinalize) |
FindPrintQueue | Get the PrintQueue from the PrinterName |
FindPrintTicket | Find the PrintTicket for the queue |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetResult | Get's the result from the dialog |
GetResultPrintDlgExHnd | Get dwResultAction from Dlg |
GetSettings | Get various settings |
GetType | Gets the Type of the current instance. (Inherited from Object) |
InitializeDevMode | Creates DevMode structure from Ticket |
InitializeDevNames | Set DevName structure memory |
Is64Bits | Helper method to determine CPU mode |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ShowPrintDlgEx | Show dialog and return result |
ToString | Returns a string that represents the current object. (Inherited from Object) |