ImgDoc_Print¶
Print the image document.
ImgDoc_Print(imgDocRef{; options}) ➔ success
imgDocRef | Text | The image document reference. |
options | Object | Printing options. |
success | Longint | Completion status: 1 on success, 0 otherwise. |
Print the image document.
Parameter imgDocRef
is the image document reference.
The optional parameter options
is a 4D object through which printing options
can be specified:
Property name | Type | Default | Description |
---|---|---|---|
ShowDialog |
Boolean |
True |
Whether to display the printing dialogs or not. |
FirstPage |
Longint |
1 |
The first page in the print range. |
LastPage |
Longint |
-1 |
The last page in the print range. If set to -1, print from the specified first page to the end of the document. |