[]
The Word/RTF picture.
public class RtfPicture : RtfFilledObject, ICloneable, IDocumentContent, IParagraphContent, IContent
| Name | Description |
|---|---|
| RtfPicture(C1Bitmap) | The Word/RTF picture specific constructor. |
| RtfPicture(RtfObject, C1Bitmap) | The Word/RTF picture specific constructor. |
| RtfPicture(RtfObject, WriteableBitmap, ImageFormat) | The Word/RTF picture specific constructor. |
| RtfPicture(WriteableBitmap, ImageFormat) | The Word/RTF picture specific constructor. |
| Name | Description |
|---|---|
| Alignment | Gets or sets the horizontal alignment for this picture. |
| Height | Gets or sets height of picture bounds. |
| Image | Gets drawing approximate image/bitmap for this picture. |
| ImageFormat | Gets the format used to encode an image into a stream. |
| IsEmpty | Gets is empty this object. |
| ProportionalScale | Gets or sets proportional scale flag. |
| Title | Gets or sets the title for this picture. |
| Width | Gets or sets width of picture bounds. |