Adds an image to the sheet from a specified source, positioning it within the given display bounds.
public void AddImage(
string source,
LeadRect displayBounds
)
source
A string representing the path to the image file or a base64 string of the image. The source must not be null or empty.
displayBounds
A LeadRect structure specifying the bounds for the image within the sheet.