Table of Contents

Interface IPictureShape

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IPictureShape : IShape, IExcelApplication
Inherited Members

Properties

ColorFrom

Color ColorFrom { get; set; }

Property Value

Color

ColorTo

Color ColorTo { get; set; }

Property Value

Color

FileName

string FileName { get; }

Property Value

string

Fill

IShapeFill Fill { get; }

Property Value

IShapeFill

Line

IShapeLineFormat Line { get; }

Property Value

IShapeLineFormat

Picture

SKBitmap Picture { get; }

Property Value

SKBitmap

Methods

Remove(bool)

void Remove(bool removeImage)

Parameters

removeImage bool