Gets or sets a bitmap image to load into the control.
Read-write property
Visual Basic |
---|
Public Property Picture As Picture |
A Picture object to load into the control.
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)