ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfPicture Class / RtfPicture Constructor / RtfPicture Constructor(WriteableBitmap,ImageFormat)
The image/bitmap for picture.
The image format in storage.

In This Topic
    RtfPicture Constructor(WriteableBitmap,ImageFormat)
    In This Topic
    The Word/RTF pictute specific constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal img As WriteableBitmap, _
       Optional ByVal imgf As ImageFormat _
    )
    public RtfPicture( 
       WriteableBitmap img,
       ImageFormat imgf
    )

    Parameters

    img
    The image/bitmap for picture.
    imgf
    The image format in storage.
    See Also