[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfPicture.-ctor

RtfPicture Constructor

RtfPicture(WriteableBitmap, ImageFormat)

The Word/RTF picture specific constructor.

Declaration
public RtfPicture(WriteableBitmap img, ImageFormat imgf = ImageFormat.Png)
Parameters
Type Name Description
WriteableBitmap img

The image/bitmap for picture.

ImageFormat imgf

The image format in storage.

RtfPicture(RtfObject, WriteableBitmap, ImageFormat)

The Word/RTF picture specific constructor.

Declaration
public RtfPicture(RtfObject owner, WriteableBitmap img, ImageFormat imgf = ImageFormat.Png)
Parameters
Type Name Description
RtfObject owner

The owned Word/RTF object.

WriteableBitmap img

The image/bitmap for picture.

ImageFormat imgf

The image format in storage.

RtfPicture(C1Bitmap)

The Word/RTF picture specific constructor.

Declaration
public RtfPicture(C1Bitmap bmp)
Parameters
Type Name Description
C1Bitmap bmp

The specified bitmap object for picture.

RtfPicture(RtfObject, C1Bitmap)

The Word/RTF picture specific constructor.

Declaration
public RtfPicture(RtfObject owner, C1Bitmap bmp)
Parameters
Type Name Description
RtfObject owner

The owned Word/RTF object.

C1Bitmap bmp

The specified bitmap object for picture.