PrintingDevice Class (Typed) |
Namespace: XSharp.VO.SDK
The PrintingDevice type exposes the following members.
Name | Description | |
---|---|---|
PrintingDevice |
Construct a PrintingDevice object.
|
Name | Description | |
---|---|---|
Copies |
Specifies the number of copies printed if the device supports multiple-page copies.
| |
Device |
Specifies the printer device to be used.
| |
Driver |
A string representing the printer driver to be used.
| |
LandScape | ||
Orientation |
Specifies whether the orientation of the paper is portrait or landscape.
| |
PaperHeight |
Specifies paper length, in tenths of a millimeter.
| |
PaperSize |
Specifies the size of the paper to print on.
| |
PaperWidth |
Specifies paper width, in tenths of a millimeter. This parameter overrides the paper width specified by the dmPaperSize member.
| |
Port |
Specifies the default port setting for the printer.
|
Name | Description | |
---|---|---|
Destroy |
Provide a method to de-instantiate a PrintingDevice object.
(Overrides Destroy.) | |
DeviceCapabilities |
Obtain information about the capabilities printing device.
| |
GetDevMode | Obsolete.
Retrieve a pointer to the DevMode structure.
| |
IsValid |
Determine if a printing device is valid.
| |
SetUp |
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.).
| |
UpdateDevMode | Obsolete.
Apply changes made to the DevMode structure to the associated device driver.
|