PagePrintΒΆ
PagePrint prints a page to the printer.
- bool = PagePrint(hPage)
- bool = PagePrint(hPage, ssFile)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hPage
Identifies the page.
- ssFile
ssFile is the file name if the document is printed into a file.
History
Version |
Description |
---|---|
5.1.2 |
New parameter ssFile. |
See also
Overview Document Pages, PageCreate, DocPrint, AppSetPrinter
id-943169