Previous Document Next Document
Bitmap.ResolveLink

Sub ResolveLink()

Member of Bitmap

The ResolveLink method embeds an externally linked bitmap.

The following code example embeds the active bitmap if it is not already embedded.

Sub Embed() 
 With ActiveShape.Bitmap 
  If .ExternallyLinked = True Then 
   .ResolveLink 
  End If 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.