Previous Document Next Document
Document.ResolveAllBitmapsLinks

Sub ResolveAllBitmapsLinks()

Member of Document

The ResolveAllBitmapLinks method resolves all links to externally linked bitmaps in the document and embeds the bitmaps in the document.

The following code example embeds all of the bitmaps into the active document.

Sub Test() 
 ActiveDocument.ResolveAllBitmapLinks 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.