Accusoft PrintPRO 7
OwnDIB Property
See Also  Send Feedback
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : OwnDIB Property

Glossary Item Box

Description

Gets or sets the DIB ownership flag.

Property Type

Read-write property

Syntax

Visual Basic
Public Property OwnDIB As Boolean

Return Type

A boolean value which is True if the control deletes the DIB. Otherwise, False is used and the DIB is used by another control.

Remarks

  • 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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.