Back to Devexpress

Images.CreateAsync Method

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

latest733 B
Original Source

Images.CreateAsync Method

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