Previous Document Next Document
Bitmap.UpdateLink

Sub UpdateLink()

Member of Bitmap

The UpdateLink method updates an externally linked bitmap by re-importing the linked file.

The following code example updates the active bitmap if it is externally linked.

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.