[]
        
(Showing Draft Content)

C1.Word.Objects.RtfPicture

RtfPicture Class

The Word/RTF picture.

Namespace: C1.Word.Objects
Assembly: C1.Pdf.dll
Syntax
public class RtfPicture : RtfFilledObject, ICloneable, IDocumentContent, IParagraphContent, IContent

Constructors

Name Description
RtfPicture(RtfObject, Image)

The Word/RTF picture specific constructor.

RtfPicture(Image)

The Word/RTF picture specific constructor.

Properties

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.

Methods

Name Description
SetImage(byte[])

Sets internal image from binary data.