Inheritance diagram for PrintDialog:
Properties | |
LONG R | Copies [] |
Returns the number of copies to print. | |
VARIANT_BOOL R | Collate [] |
If this property is TRUE the application must perform collation of multiple copies. | |
VARIANT_BOOL R | Selection [] |
Gets the value of the "Selection" radio button. | |
VARIANT_BOOL R | All [] |
Gets the value of the "All" radio button. | |
VARIANT_BOOL R | Range [] |
Gets the value of the "Pages" radio button. | |
VARIANT_BOOL R | ToFile [] |
Gets the value of the "To file" checkbox. | |
LONG R | FromPage [] |
Defines the start page if the "Pages" radio button selected. | |
LONG R | ToPage [] |
Defines the end page if the "Pages" radio button selected. |
The PrintDialog is the result of PrintDialog method.
VARIANT_BOOL R All |
Gets the value of the "All" radio button.
If this property is TRUE the application must print the all document.
VARIANT_BOOL R Collate |
If this property is TRUE the application must perform collation of multiple copies.
LONG R Copies |
Returns the number of copies to print.
LONG R FromPage |
Defines the start page if the "Pages" radio button selected.
VARIANT_BOOL R Range |
Gets the value of the "Pages" radio button.
VARIANT_BOOL R Selection |
Gets the value of the "Selection" radio button.
If this property is TRUE the application must print the selected range of the document.
VARIANT_BOOL R ToFile |
Gets the value of the "To file" checkbox.
LONG R ToPage |
Defines the end page if the "Pages" radio button selected.