ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfPicture Class / Image Property

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