[]
Add (draw) image/bitmap with content alignment.
public RtfPicture AddPicture(C1Bitmap image)
Public Function AddPicture(image As C1Bitmap) As RtfPicture
| Type | Name | Description |
|---|---|---|
| C1Bitmap | image | The drawing image/bitmap. |
| Type | Description |
|---|---|
| RtfPicture | The Word/RTF picture object. |
Add (draw) image/bitmap with content alignment.
public RtfPicture AddPicture(C1Bitmap image, RtfHorizontalAlignment align)
Public Function AddPicture(image As C1Bitmap, align As RtfHorizontalAlignment) As RtfPicture
| Type | Name | Description |
|---|---|---|
| C1Bitmap | 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(C1Bitmap image, ShapeWrapType wrap, ZIndexType zIndex = ZIndexType.Default)
Public Function AddPicture(image As C1Bitmap, wrap As ShapeWrapType, Optional zIndex As ZIndexType = ZIndexType.Default) As RtfShape
| Type | Name | Description |
|---|---|---|
| C1Bitmap | image | The drawing image/bitmap. |
| ShapeWrapType | wrap | |
| ZIndexType | zIndex |
| Type | Description |
|---|---|
| RtfShape | The Word/RTF wraper shape. |
Add (draw) image/bitmap with content alignment.
public RtfPicture AddPicture(Image image)
Public Function AddPicture(image As Image) As RtfPicture
| 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)
Public Function AddPicture(image As Image, align As RtfHorizontalAlignment) As RtfPicture
| 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)
Public Function AddPicture(image As Image, wrap As ShapeWrapType, Optional zIndex As ZIndexType = ZIndexType.Default) As RtfShape
| Type | Name | Description |
|---|---|---|
| Image | image | The drawing image/bitmap. |
| ShapeWrapType | wrap | |
| ZIndexType | zIndex |
| Type | Description |
|---|---|
| RtfShape | The Word/RTF wrapper shape. |