ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / PictureShape Class / Image Property

In This Topic
    Image Property (PictureShape)
    In This Topic
    Gets a reference to the Image contained in this PictureShape.
    Syntax
    'Declaration
     
    Public ReadOnly Property Image As C1.Xaml.Bitmap.C1Bitmap
    public C1.Xaml.Bitmap.C1Bitmap Image {get;}
    See Also