[]
The RTF picture shape.
public RtfPictureShape(Image img, float width = -1, float height = -1)
| Type | Name | Description |
|---|---|---|
| Image | img | The Image object. |
| float | width | The specified width of the picture, by default as in the image. |
| float | height | The specified height of the picture, by default as in the image. |
The RTF picture shape.
public RtfPictureShape(C1Bitmap bmp, float width = -1, float height = -1)
| Type | Name | Description |
|---|---|---|
| C1Bitmap | bmp | The specified bitmap object. |
| float | width | The specified width of the picture, by default as in the image. |
| float | height | The specified height of the picture, by default as in the image. |