From 21c2295e6ba8b01e2f9929e1e582e65cd1a7e4ec Mon Sep 17 00:00:00 2001 From: YathavakrishnanMohan <169874568+YathavakrishnanMohan@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:27:33 +0530 Subject: [PATCH] Task(1043087):Update WPF PDFViewer Getting started page hotfix --- Document-Processing/PDF/PDF-Viewer/wpf/Getting-Started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/wpf/Getting-Started.md b/Document-Processing/PDF/PDF-Viewer/wpf/Getting-Started.md index ec5e512b54..53420f2910 100644 --- a/Document-Processing/PDF/PDF-Viewer/wpf/Getting-Started.md +++ b/Document-Processing/PDF/PDF-Viewer/wpf/Getting-Started.md @@ -99,8 +99,8 @@ WPF PDF Viewer control can be added to an application either through the designe {% tabcontents %} {% tabcontent Via Designer %} -1.Open the Visual Studio toolbox. -2.Navigate to Syncfusion® WPF Toolbox tab and drag the `PdfViewerControl` toolbox item to the Designer window. The required references are automatically added to the current application. +1. Open the Visual Studio toolbox. +2. Navigate to Syncfusion® WPF Toolbox tab and drag the `PdfViewerControl` toolbox item to the Designer window. The required references are automatically added to the current application. ![WPF PDF Viewer in Toolbox](getting-started_images/wpf-pdf-viewer-in-toolbox.png) PDF Viewer control in toolbox @@ -143,8 +143,8 @@ WPF PDF Viewer control can be added to an application either through the designe {% tabcontent Via Coding %} To add the control manually from code, follow these steps: -1.Add the required assemblies as a reference to the project. -2.Add the following Syncfusion®; namespace in MainWindow.xaml.cs. +1. Add the required assemblies as a reference to the project. +2. Add the following Syncfusion®; namespace in MainWindow.xaml.cs. {% tabs %} {% highlight c# tabtitle="C#" %}