Gets or sets the DIB ownership flag.
Read-write property
Visual Basic |
---|
Public Property OwnDIB As Boolean |
A boolean value which is True if the control deletes the DIB. Otherwise, False is used and the DIB is used by another control.
- If the OwnDIB property is True, the PrintPRO control will delete the DIB, set by the hDIB property, after printing the DIB using the PrintDIB method.
- If the DIB is used by another control or it is maintained by another control, you should set the OwnDIB property to False (Default).
The OwnDIB property returns an integer value. If you use the ImagXpress control to set the hDIB property, the OwnDIB property should be set to False.