Previous Document Next Document

Object Model Reference : Classes : D : Document : Methods : Document.ResolveAllBitmapsLinks


Document.ResolveAllBitmapsLinks

Sub ResolveAllBitmapsLinks()

Description

Member of Document

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

VBA example

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

Sub Test()
 ActiveDocument.ResolveAllBitmapLinks
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.