Print |
The PrintEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PrintEventArgs | Construct PrintEventArgs object |
| Name | Description | |
|---|---|---|
| bAnnotations | If true (the default), annotations are printed. | |
| bPrintAsImage | If true, print pages as an image. | |
| bReverse | If true, print from nEnd to nStart. | |
| bShrinkToFit | If true, the page is shrunk (if necessary) to fit within the imageable area of the printed page. | |
| bSilent | If true, suppresses the cancel dialog box while the document is printing. The default is false. | |
| bUI | If true, will cause a UI to be presented to the user to obtain printing information and confirm the action. | |
| nEnd | A 0-based index that defines the end of an inclusive page range. | |
| nStart | A 0-based index that defines the start of an inclusive range of pages. |