[]
        
(Showing Draft Content)

C1.Word.Objects.RtfPicture.-ctor

RtfPicture Constructor

RtfPicture(Image)

The Word/RTF picture specific constructor.

Declaration
public RtfPicture(Image img)
Parameters
Type Name Description
Image img

The image/bitmap for picture.

RtfPicture(RtfObject, Image)

The Word/RTF picture specific constructor.

Declaration
public RtfPicture(RtfObject owner, Image img)
Parameters
Type Name Description
RtfObject owner

The owned Word/RTF object.

Image img

The image/bitmap for picture.