AccusoftPrintPro8 ActiveX DLL > PrintPro Object : Picture Property |
Gets or sets a bitmap image to load into the control.
Visual Basic |
---|
Public Property Picture As Picture |
The Picture property of PrintPRO can be set to the Picture property of a Form object, PictureBox control, Image control (Visual Basic), ImagXpress control or the Picture property of another PrintPRO control.
After an image is loaded, it can be printed using the PrintPicture method.
You can use LoadPicture in Visual Basic to load a picture into the PrintPRO control:
object.Picture = LoadPicture(pathname)