[]
Add (draw) image/bitmap with content alignment.
public RtfPicture AddPicture(Image image)
Type | Name | Description |
---|---|---|
Image | image | The drawing image/bitmap. |
Type | Description |
---|---|
RtfPicture | The Word/RTF picture object. |
Add (draw) image/bitmap with content alignment.
public RtfPicture AddPicture(Image image, RtfHorizontalAlignment align)
Type | Name | Description |
---|---|---|
Image | image | The drawing image/bitmap. |
RtfHorizontalAlignment | align | The paragraph alignment. |
Type | Description |
---|---|
RtfPicture | The Word/RTF picture object. |
Add image/bitmap with shape wrap and z-index.
public RtfShape AddPicture(Image image, ShapeWrapType wrap, ZIndexType zIndex = ZIndexType.Default)
Type | Name | Description |
---|---|---|
Image | image | The drawing image/bitmap. |
ShapeWrapType | wrap | |
ZIndexType | zIndex |
Type | Description |
---|---|
RtfShape | The Word/RTF wrapper shape. |