ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfPictureShape Class / RtfPictureShape Constructor / RtfPictureShape Constructor(Image,Single,Single)
The System.Drawing.Image object.
The specified width of the picture, by default as in the image.
The specified height of the picture, by default as in the image.

In This Topic
    RtfPictureShape Constructor(Image,Single,Single)
    In This Topic
    The RTF picture shape.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal img As System.Drawing.Image, _
       Optional ByVal width As System.Single, _
       Optional ByVal height As System.Single _
    )
    public RtfPictureShape( 
       System.Drawing.Image img,
       System.float width,
       System.float height
    )

    Parameters

    img
    The System.Drawing.Image object.
    width
    The specified width of the picture, by default as in the image.
    height
    The specified height of the picture, by default as in the image.
    See Also