[]
The Word/RTF picture.
public class RtfPicture : RtfFilledObject, ICloneable, IDocumentContent, IParagraphContent, IContent
| Name | Description |
|---|---|
| RtfPicture(RtfObject, Image) | The Word/RTF picture specific constructor. |
| RtfPicture(Image) | The Word/RTF picture specific constructor. |
| Name | Description |
|---|---|
| Alignment | Gets or sets the horizontal alignment for this picture. |
| ClipBottom | Gets or sets bottom clipping. |
| ClipLeft | Gets or sets left clipping. |
| ClipRight | Gets or sets right clipping. |
| ClipTop | Gets or sets top clipping. |
| 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. |
| Name | Description |
|---|---|
| SetImage(byte[]) | Sets internal image from binary data. |