PicturesAddAndFitInto Method (Image, Double, Double, Double, Double)
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( Image image, double top, double left, double bottom, double right )
Parameters
- image
- Type: System.DrawingImage
The image. - top
- Type: SystemDouble
The top in points. - left
- Type: SystemDouble
The left in points. - bottom
- Type: SystemDouble
The bottom in points. - right
- Type: SystemDouble
The right in points.
Return Value
Type: PictureShape[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Generic.Pictures.AddAndFitInto(System.Drawing.Image,System.Double,System.Double,System.Double,System.Double)"]
See Also