Back to Devexpress

InlineImages.CreateAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-inlineimages-dot-createasync.md

latest765 B
Original Source

InlineImages.CreateAsync Method

NameParametersDescription
CreateAsync(DocumentImageSource, CancellationToken)imageSource, cancellationTokenAppends an inline image from a specified image source to the sub-document.
CreateAsync(Int32, DocumentImageSource, CancellationToken)position, imageSource, cancellationTokenInserts an inline image from a specified image source at a specific position in a sub-document.