Click or drag to resize

PrintingDevice Methods (Typed)

X#

The PrintingDevice type exposes the following members.

Functions
  NameDescription
Public methodDestroy
Provide a method to de-instantiate a PrintingDevice object.
(Overrides Destroy.)
Public methodCode exampleDeviceCapabilities
Obtain information about the capabilities printing device.
Public methodCode exampleGetDevMode Obsolete.
Retrieve a pointer to the DevMode structure.
Public methodIsValid
Determine if a printing device is valid.
Public methodSetUp
Display the standard Windows Printer Setup dialog box, which allows the user to configure or change a default printer and set page orientation, paper size, and paper source (e.g., Manual Feed, Upper Tray, etc.).
Public methodCode exampleUpdateDevMode Obsolete.
Apply changes made to the DevMode structure to the associated device driver.
Top
See Also