static public method ImageExtensions.AddImage
Adds an image in bytes with the specified width and height in pixels and scaling mode to the section, and returns the ImageBuilder
.
Declaration | ||||
|
Parameters | |
sectionBuilder |
This |
content |
The image content in bytes. |
width |
The image width in pixels. |
height |
The image height in pixels. |
scaling |
The image scaling mode. |
Declared in ImageExtensions