Skip to content

DevExpress-Examples/word-document-api-insert-inline-pictures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Processing Document API - Insert Inline Pictures in a Document

This example demonstrates how to use the Word Processing Document API methods to insert inline pictures into a document.

The Shape API subset of Word Processing Document API allows you to insert images from file, stream or URI. Use the DocumentImageSource class to define the image source.

Files to Review

Documentation

More Examples