Properties for PrintDialog
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains | cObject |
| Collate | Specifies whether collation should be used when printing multiple copies | PrintDialog |
| Color | Specifies whether color printing should be used with color printers | PrintDialog |
| Copies | Specifies the number of copies printed | PrintDialog |
| DefaultSource | Specifies the default paper source (tray) | PrintDialog |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| DeviceContext | Holds a handle to the device context that can be used in windows API calls. | PrintDialog |
| DeviceName | Specifies the name of the printer | PrintDialog |
| DitherType | Specifies the dithering type | PrintDialog |
| DriverName | Specifies the driver name | PrintDialog |
| Duplex | specifies the double-sided printing type | PrintDialog |
| Flags | Print Dialog bit flag property | PrintDialog |
| FormName | Specifies the name of the form | PrintDialog |
| FromPage | The value of the starting page | PrintDialog |
| ICMIntent | Specifies the color matching method, or intent | PrintDialog |
| ICMMethod | Specifies how ICM is handled | PrintDialog |
| MaxPage | The maximum value for the ToPage property | PrintDialog |
| MediaType | Specifies the type of media, paper or film, being printed on | PrintDialog |
| MinPage | The minimum value for the FromPage property. | PrintDialog |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Orientation | specifies the orientation of the paper | PrintDialog |
| OutputName | Holds the device name for the physical output medium (output port) | PrintDialog |
| PaperLength | If set, overrides the length of the paper specified by the PaperSize | PrintDialog |
| PaperSize | Specifies the size of the paper to print on | PrintDialog |
| PaperWidth | If set, overrides the width of the paper specified by the PaperSize property | PrintDialog |
| Parent | Returns the parent of an object | cObject |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| PrintQuality | Specifies the printer resolution | PrintDialog |
| Scale | Specifies the factor by which the printed output is to be scaled | PrintDialog |
| ToPage | The value of the ending page | PrintDialog |
| TTOption | Specifies how TrueType fonts should be printed | PrintDialog |
| YResolution | Specifies the y-resolution, in dots per inch (DPI), of the printer | PrintDialog |