API Documentation
>
CorelDRAW
>
2025-v26
>
Document
>
IVGDocument
Document.ResolveAllBitmapsLinks method
Embeds all externally linked bitmaps
Syntax:
Sub
ResolveAllBitmapsLinks
(
)
Remarks:
The
ResolveAllBitmapLinks
method resolves all links to externally linked bitmaps in the document and embeds the bitmaps in the document.
Examples:
The following VBA example embeds all of the bitmaps into the active document.
Sub Test() ActiveDocument.ResolveAllBitmapLinks End Sub