Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPictureShape Class / Image Property

In This Topic
    Image Property
    In This Topic
    Gets a reference to the image/bitmap contained in this XLPictureShape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Image As C1.WPF.Bitmap.C1Bitmap
    public C1.WPF.Bitmap.C1Bitmap Image {get;}
    See Also