ComponentOne Word for UWP
AddPicture(C1Bitmap,ShapeWrapType,ZIndexType) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > AddPicture Method : AddPicture(C1Bitmap,ShapeWrapType,ZIndexType) Method
The drawing image/bitmap.
Add image/bitmap with shape wrap and z-index.
Syntax
'Declaration
 
Public Overloads Function AddPicture( _
   ByVal image As C1.Xaml.Bitmap.C1Bitmap, _
   ByVal wrap As ShapeWrapType, _
   Optional ByVal zIndex As ZIndexType _
) As RtfShape
public RtfShape AddPicture( 
   C1.Xaml.Bitmap.C1Bitmap image,
   ShapeWrapType wrap,
   ZIndexType zIndex
)

Parameters

image
The drawing image/bitmap.
wrap
zIndex

Return Value

The Word/RTF wraper shape.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List