ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.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.Xaml.Bitmap.C1Bitmap _
    )
    public RtfPicture( 
       C1.Xaml.Bitmap.C1Bitmap bmp
    )

    Parameters

    bmp
    The specified bitmap object for picture.
    See Also