PicturesAdd Method (String, Int32, Int32, Int32, Int32)Bytescout Spreadsheet SDK
Adds the specified image. Returns PictureShape object.

Namespace:  Bytescout.Spreadsheet.Generic
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public PictureShape Add(
	string ImageFileName,
	int left,
	int top,
	int width,
	int height
)

Parameters

ImageFileName
Type: SystemString
The image filename.
left
Type: SystemInt32
The left in pixels.
top
Type: SystemInt32
The top in pixels.
width
Type: SystemInt32
The width in pixels.
height
Type: SystemInt32
The height in pixels.

Return Value

Type: PictureShape

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Generic.Pictures.Add(System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

Implements

IPicturesAdd(String, Int32, Int32, Int32, Int32)
See Also

Reference