[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IGraphic

Interface IGraphic

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the picture field included in the specified header or footer.

public interface IGraphic

Properties

Filename

Returns or sets the path to the location where the specified source object was saved.

string Filename { get; set; }

Property Value

string

Height

Returns or sets a Single value that represents the height, in points, of the object.

double Height { get; set; }

Property Value

double

LockAspectRatio

True if the specified shape retains its original proportions when you resize it. False if you can change the height and width of the shape independently of one another when you resize it.

bool LockAspectRatio { get; set; }

Property Value

bool

Width

Returns or sets a Single value that represents the width, in points, of the object.

double Width { get; set; }

Property Value

double

Methods

SetGraphicStream(Stream, ImageType)

Sets the System.IO.Stream to the location where the specified source object was saved.

void SetGraphicStream(Stream stream, ImageType imageType)

Parameters

stream System.IO.Stream
imageType ImageType