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