[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfPicture

RtfPicture Class

The Word/RTF picture.

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

Constructors

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.

Properties

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.