Excel |
Name | Description | |
---|---|---|
![]() | Add(String, SKRect) | Adds an image from file path using a specific rectangle. |
![]() | Add(MemoryStream, SKRect, ExcelPictureFormat) | Adds an image from the image stream using a specific rectangle. |
![]() | Add(String, PositionOption, AnchorCell, AnchorCell) | Adds the image from file path with defined anchor properties. |
![]() | Add(MemoryStream, PositionOption, AnchorCell, AnchorCell, ExcelPictureFormat) | Adds the image from image stream with defined anchor properties. |