diff --git a/Document-Processing/Word/Word-Processor/uwp/Image.md b/Document-Processing/Word/Word-Processor/uwp/Image.md index 03f05e862a..75a31eaf9a 100644 --- a/Document-Processing/Word/Word-Processor/uwp/Image.md +++ b/Document-Processing/Word/Word-Processor/uwp/Image.md @@ -4,30 +4,41 @@ description: Learn here all about Image support in Syncfusion UWP RichTextBox (S platform: document-processing control: SfRichTextBoxAdv documentation: ug -keywords: image +keywords: image,insert-picture,image-resizer,text-wrapping --- # Image in UWP RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv allows you to insert images of various formats such as bitmap images (.bmp), JPEG (.jpg, .jpeg), PNG (.png) except Metafile images. -The following code example illustrates how to insert picture into the SfRichTextBoxAdv document through UI Command. +The [`SfRichTextBoxAdv`](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.RichTextBoxAdv.SfRichTextBoxAdv.html) allows you to insert images of various formats, including bitmap (`.bmp`), JPEG (`.jpg`, `.jpeg`), and PNG (`.png`). Metafile images (`.wmf`, `.emf`) are not supported. + +## Inserting an image + +The following code example illustrates how to insert a picture into the SfRichTextBoxAdv document using the `InsertPictureCommand` UI command. + {% tabs %} {% highlight xaml %} -