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

In This Topic
    RtfPicture Constructor(C1Bitmap)
    In This Topic
    The Word/RTF pictute specific constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bmp As C1.Win.Bitmap.C1Bitmap _
    )
    public RtfPicture( 
       C1.Win.Bitmap.C1Bitmap bmp
    )

    Parameters

    bmp
    The specified bitmap object for picture.
    See Also