C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddPicture Method / AddPicture(C1Bitmap) Method
The drawing image/bitmap.

In This Topic
AddPicture(C1Bitmap) Method
In This Topic
Add (draw) image/bitmap with content alignment.
Syntax
'Declaration
 
Public Overloads Function AddPicture( _
   ByVal image As C1.WPF.Bitmap.C1Bitmap _
) As RtfPicture
 

Parameters

image
The drawing image/bitmap.

Return Value

The Word/RTF picture object.
See Also