PrintDialog Interface Reference

A PrintDialog represents the standard Print dialog box options. More...

Inheritance diagram for PrintDialog:

Inheritance graph
Collaboration diagram for PrintDialog:

Collaboration graph
List of all members.

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.

Detailed Description

A PrintDialog represents the standard Print dialog box options.

The PrintDialog is the result of PrintDialog method.


Property Documentation

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.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:58 2015. (C) Veretennikov A. B. 2004-2015