Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Document-Processing/PDF/PDF-Viewer/wpf/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>Syncfusion<sup>&reg;</sup> WPF Toolbox</b> 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 <b>Syncfusion<sup>&reg;</sup> WPF Toolbox</b> 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
Expand Down Expand Up @@ -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<sup>&reg;</sup>; namespace in MainWindow.xaml.cs.
1. Add the required assemblies as a reference to the project.
2. Add the following Syncfusion<sup>&reg;</sup>; namespace in MainWindow.xaml.cs.

{% tabs %}
{% highlight c# tabtitle="C#" %}
Expand Down