PicturesAddAndFitInto Method (Int32, Int32, Int32, Int32, Image)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Adds the specified image. Returns PictureShape object.
Namespace:Bytescout.Spreadsheet.GenericAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public PictureShape AddAndFitInto( int topRow, int leftColumn, int bottomRow, int rightColumn, Image image )
Parameters
- topRow
- Type: SystemInt32
The top row. - leftColumn
- Type: SystemInt32
The left column. - bottomRow
- Type: SystemInt32
The bottom row. - rightColumn
- Type: SystemInt32
The right column. - image
- Type: System.DrawingImage
The image.
Return Value
Type: PictureShape[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Generic.Pictures.AddAndFitInto(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Image)"]
See Also