Description This method specifies the nth image on the dialog before displaying. This method allowed after calling BiInitPrintExtGUI method.
Syntax RetVal = [BiAdvPrn.]BiSetImageForPrintGUI Num Dib Left Top Right Bottom Unit FileName BorderSize BorderColorR BorderColorG BorderColorB
Returns RetVal BOOL TRUE on success, otherwise FALSE.
Remarks Num Short Zero based integer. Image number to specified.
Dib LONGLONG Handle of the image.
Left Short Left coordinate of the image on the dialog.
Top Short Top coordinate of the image on the dialog.
Right Short Right coordinate of the image on the dialog.
Bottom Short Bottom coordinate of the image on the dialog.
Unit Short Specifies the measurement of the parameters (left, right, bottom, top, BorderSize)
Available Values:
UNIT_PIXEL: pixel
UNIT_MM: 1/10 millimeter
UNIT_INCH: 1/100 inch
FileName String Name of the image file.
BorderSize Short Size of the border around the image in the specified measurement.
BorderColorR Short Red component of the color of the border.
BorderColorG Short Green component of the color of the border.
BorderColorB Short Blue component of the color of the border.
See Also BiGetCountOfImages Method