static public method ImageExtensions.AddInlineImageAdds an inline image in bytes with specified width and height in pixels and scaling mode to the paragraph, adds a tabulation symbol, if necessary, and returns the InlineImageBuilder.
| Declaration | ||||
|
||||
| Parameters | |
paragraph |
This |
filePath |
A path to the image file. |
width |
The image width in pixels. |
height |
The image height in pixels. |
scale |
The image scaling mode. |
addTabulationSymbol |
Defines whether a tabulation symbol is to be added. The value is |
Declared in ImageExtensions