Description Prints a device independent bitmap. This method does not have parameters as pointers. This method can be used in javascript.
Syntax RetVal = [BIPrint.]PrintDIBPage Dib CurPage xStart yStart
Returns RetVal Integer It is zero on success or error code on error.
Remarks Dib LONGLONG Device independent bitmap to print.
CurPage Integer The actual page number.
xStart Integer The X starting position in a page.
yStart Integer The Y starting position in a page.
Usage Using this method it is possible to print more than one DIB to a page. Use the xStart and yStart parameter to suit a DIB on the page. Use the EndPrint method to finish the printing procedure.
See Also PrepareToPrint Method, EndPrint Method, PrintingScaleTop Property, PrintingScaleRight Property, PrintingScaleLeft Property, PrintingScaleBottom Property, PrintDIBPage Method