Object Model Reference : Classes : D : Document : Methods : 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 VBA example embeds all of the bitmaps into the active document.
Sub Test() |
ActiveDocument.ResolveAllBitmapLinks |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.