Add (draw) image/bitmap with content alignment.
public RtfPicture AddPicture(
System.Windows.Media.Imaging.WriteableBitmap
)
'Declaration
Public Overloads Function AddPicture( _
ByVal As System.Windows.Media.Imaging.WriteableBitmap _
) As RtfPicture
Parameters
- image
- The drawing image/bitmap.
Return Value
The Word/RTF picture object.