'Declaration Public Overloads Function AddImage( _
ByVal imageAn image to add.As Vintasoft.Imaging.VintasoftImage, _
ByVal encoderAn encoder that should be used for encoding of image.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase, _
ByVal locationA location of image on worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation _
) As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentImage
public Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentImage AddImage(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawingLocation location
)
Parameters
- image
- An image to add.
- encoder
- An encoder that should be used for encoding of image.
- location
- A location of image on worksheet.
Return Value
A new instance of OpenXmlDocumentImage.