[]
The RTF picture shape.
public RtfPictureShape(Image img, float width = -1, float height = -1)
| Type | Name | Description |
|---|---|---|
| Image | img | The GrapeCity.Documents.Drawing.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. |