From 07a94018986e5c81cb87658aeefc58d1ea8ef92a Mon Sep 17 00:00:00 2001 From: Kalaivannan-Ganesan <93248069+Kalaivannan-Ganesan@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:05:21 +0530 Subject: [PATCH] Addressed feedbacks from Image.md to Radial-Menu.md --- .../Word/Word-Processor/uwp/Image.md | 33 +++-- .../Word-Processor/uwp/Import-and-Export.md | 137 +++++++++++------- .../Word/Word-Processor/uwp/Layout-Types.md | 72 ++++++--- .../Word/Word-Processor/uwp/List.md | 69 +++++---- .../Word/Word-Processor/uwp/Localization.md | 45 +++--- .../Word/Word-Processor/uwp/MVVM.md | 72 ++++----- .../Word/Word-Processor/uwp/Overview.md | 12 +- .../Word-Processor/uwp/Printing-Contents.md | 68 +++++---- .../Word/Word-Processor/uwp/Radial-Menu.md | 52 +++++-- 9 files changed, 345 insertions(+), 215 deletions(-) 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 %} -