InlineImages.CreateAsync Method
| Name | Parameters | Description |
|---|---|---|
| CreateAsync(DocumentImageSource, CancellationToken) | imageSource, cancellationToken | Appends an inline image from a specified image source to the sub-document. |
| CreateAsync(Int32, DocumentImageSource, CancellationToken) | position, imageSource, cancellationToken | Inserts an inline image from a specified image source at a specific position in a sub-document. |