[]
        
(Showing Draft Content)

C1.Word.Objects.RtfPictureShape.-ctor

RtfPictureShape Constructor

RtfPictureShape(Image, float, float)

The RTF picture shape.

Declaration
public RtfPictureShape(Image img, float width = -1, float height = -1)
Parameters
Type Name Description
Image img

The GrapeCity.Documents.Drawing.Image object.

float width

The specified width of the picture, by default as in the image.

float height

The specified height of the picture, by default as in the image.