ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfPicture Class / Image Property

In This Topic
    Image Property (RtfPicture)
    In This Topic
    Gets drawing aproximate image/bitmap for this picture.
    Syntax
    'Declaration
     
    Public ReadOnly Property Image As C1.Xaml.Bitmap.C1Bitmap
    public C1.Xaml.Bitmap.C1Bitmap Image {get;}
    See Also