ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfPicture Class / RtfPicture Constructor / RtfPicture Constructor(Image)
The image/bitmap for picture.

In This Topic
    RtfPicture Constructor(Image)
    In This Topic
    The Word/RTF pictute specific constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal img As System.Drawing.Image _
    )
    public RtfPicture( 
       System.Drawing.Image img
    )

    Parameters

    img
    The image/bitmap for picture.
    See Also