From e10f332013891cb0e4627e583c77774b362c1496 Mon Sep 17 00:00:00 2001 From: Kalaivannan-Ganesan <93248069+Kalaivannan-Ganesan@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:51:18 +0530 Subject: [PATCH 1/4] Resolved errors from Images to Layout-Types.md --- .../Word/Word-Processor/uwp/Image.md | 33 +++-- .../Word-Processor/uwp/Import-and-Export.md | 137 +++++++++++------- .../Word/Word-Processor/uwp/Layout-Types.md | 72 ++++++--- 3 files changed, 161 insertions(+), 81 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/uwp/Image.md b/Document-Processing/Word/Word-Processor/uwp/Image.md index 03f05e862a..9911c9f7ce 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 %} -