static public method ImageExtensions.AddInlineImageToParagraph
Adds an inline image in bytes with specified size in pixels and scaling mode to the paragraph, adds a tabulation symbol, if necessary, and returns the ParagraphBuilder
.
Declaration | ||||
|
Parameters | |
paragraph |
This |
content |
The image content in bytes. |
size |
The image size in pixels. |
scale |
The image scaling mode. |
addTabulationSymbol |
Defines whether a tabulation symbol is to be added. The value is |
Declared in ImageExtensions