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

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

    Parameters

    owner
    The owned Word/RTF object.
    img
    The image/bitmap for picture.
    See Also