AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : PrgSetItemDIB Method |
Visual Basic |
---|
Public Sub PrgSetItemDIB( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal DIBHandle As Long _ ) |
The DIB handle you pass is copied.
You still own the original handle that you pass.
Failure to free the original will result in a memory leak.