Click or drag to resize

ExcelPicture(ExcelDrawingCollection, Int32, MemoryStream, Rectangle, ExcelPictureFormat) Constructor

Initializes a new instance of the ExcelPicture class.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.7.1
Syntax
public ExcelPicture(
	ExcelDrawingCollection parent,
	int index,
	MemoryStream imageStream,
	Rectangle boundingRectangle,
	ExcelPictureFormat format
)

Parameters

parent  ExcelDrawingCollection
The parent collection.
index  Int32
The picture index in the parent collection.
imageStream  MemoryStream
The picture data stream.
boundingRectangle  Rectangle
The bounding rectangle.
format  ExcelPictureFormat
The picture format.
See Also