Skip to content

Commit c487fe2

Browse files
Merge pull request #1135 from Syncfusion-Content/hotfix/hotfix-v28.1.33
DOCINFRA-2341_merged_using_automation
2 parents 212281f + 3e7cb3a commit c487fe2

20 files changed

+105
-105
lines changed

WindowsForms/PDF-Viewer/Bookmark-Navigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Bookmark Navigation in Windows Forms PDF Viewer | Syncfusion
4-
description: Learn about Bookmark Navigation support in Syncfusion Windows Forms PDF Viewer (PdfViewerControl) control and more details.
3+
title: Bookmark Navigation in Windows Forms PDF Viewer | Syncfusion®
4+
description: Learn about Bookmark Navigation support in Syncfusion® Windows Forms PDF Viewer (PdfViewerControl) control and more details.
55
platform: windowsforms
66
control: PdfViewerControl
77
documentation: ug

WindowsForms/PDF-Viewer/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Getting Started with Windows Forms PDF Viewer Control | Syncfusion
4-
description: Learn here about getting started with Syncfusion Windows Forms PDF Viewer control, its elements and more details.
3+
title: Getting Started with Windows Forms PDF Viewer | Syncfusion®
4+
description: Learn here about getting started with Syncfusion® Windows Forms PDF Viewer control, its elements and more details.
55
platform: windowsforms
66
control: PdfViewerControl
77
documentation: ug
@@ -15,10 +15,10 @@ Refer to the [Control Dependencies](https://help.syncfusion.com/windowsforms/con
1515

1616
### Installing NuGet packages
1717

18-
Adding reference to Syncfusion assemblies through NuGet packages is illustrated in the [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) section.
18+
Adding reference to Syncfusion® assemblies through NuGet packages is illustrated in the [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) section.
1919

2020
N> Starting with version 23.1.x, a reference to the Syncfusion.PdfToImageConverter.Base assembly is necessary for PdfViewer applications.
21-
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [this link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Windows Forms application to use our components.
21+
N> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [this link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your Windows Forms application to use our components.
2222

2323
### Adding from the installed location
2424

@@ -32,7 +32,7 @@ From v16.3.0x onwards, PDF Viewer uses PDFium as a default rendering engine to r
3232

3333
### Adding in designer
3434

35-
1. Open your form in the designer. Add the Syncfusion controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
35+
1. Open your form in the designer. Add the Syncfusion® controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
3636

3737
![Windows forms pdfviewer drag and drop from toolbox](Getting-Started_images/Getting-Started_img1.png)
3838

@@ -122,7 +122,7 @@ The [PdfDocumentView](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Win
122122

123123
### Adding in designer
124124

125-
1. Open your form in the designer. Add the Syncfusion controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
125+
1. Open your form in the designer. Add the Syncfusion® controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
126126

127127
![Windows forms PdfDocumentView drag and drop from toolbox](Getting-Started_images/Getting-Started_img1.png)
128128

WindowsForms/PDF-Viewer/How-To/Get-document-information.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Get-document-information-using-PDF-Viewer WinForms | Syncfusion
4-
description: Get the information like filename and file path of the loaded PDF document in Syncfusion PDF Viewer WinForms.
3+
title: Get-document-information-using-PDF-Viewer WinForms | Syncfusion®
4+
description: Get the information like filename and file path of the loaded PDF document in Syncfusion® PDF Viewer WinForms.
55
platform: windowsforms
66
control: PdfViewerControl
77
documentation: ug

WindowsForms/PDF-Viewer/How-To/Get-page-count.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: How to Get page count in Windows Forms PdfViewerControl | Syncfusion
4-
description: Learn here all about how to get the page count of Syncfusion Windows Forms PdfViewer Control and more.
3+
title: How to Get page count in Windows Forms PdfViewer | Syncfusion®
4+
description: Learn here all about how to get the page count of Syncfusion® Windows Forms PdfViewer Control and more.
55
platform: windowsforms
66
control: PdfViewerControl
77
documentation: ug

WindowsForms/PDF-Viewer/How-To/How-to-make-Winforms-PdfViewer-have-enriched-features-like-WPF-PdfViewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Enhance WinForms PdfViewer with WPF Features | WinForms | Syncfusion
3+
title: Enhance WinForms PdfViewer with WPF Features | Syncfusion®
44
description: Learn how to integrate the WPF PdfViewer in Windows Forms to access advanced features like annotations, form filling, and signatures.
55
platform: windowsforms
66
control: PDF Viewer
@@ -15,7 +15,7 @@ To host the WPF PdfViewer in the winforms application follow the below steps,
1515

1616
1. Create an UserControl and add the below XAML code to it.
1717

18-
* Add the following Syncfusion namespace in XAML to make use of the WPF [PdfViewerControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html)
18+
* Add the following Syncfusion® namespace in XAML to make use of the WPF [PdfViewerControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html)
1919

2020
~~~xaml
2121
<UserControl

WindowsForms/PDF-Viewer/How-To/Load-PDF-without-ToolStrip-in-Viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Load-PDF-without-ToolStrip-in-Viewer | Windows Forms | Syncfusion
3+
title: Load-PDF-without-ToolStrip-in-Viewer | Windows Forms | Syncfusion&reg;
44
description: Learn how to load the pdf without the toolstrip in viewer by using PdfDocumentView control instead of PdfViewerControl.
55
platform: windowsforms
66
control: PdfViewerControl

WindowsForms/PDF-Viewer/How-To/Page-Navigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Page Navigation | Windows Forms | Syncfusion
4-
description: Learn here all about how to programatically navigate between pages and inside pages of Syncfusion Windows Forms PdfViewer Control and more.
3+
title: Page Navigation | Windows Forms | Syncfusion&reg;
4+
description: Learn here all about how to programatically navigate between pages and inside pages of Syncfusion&reg; Windows Forms PdfViewer Control and more.
55
platform: windowsforms
66
control: PdfViewerControl
77
documentation: ug
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: View-the-PDF-stream-in-viewer | Windows Forms | Syncfusion
3+
title: View-the-PDF-stream-in-viewer | Windows Forms | Syncfusion&reg;
44
description: Know how to view the pdf files as stream using the load method in the windows forms PdfViewerControl.
55
platform: windowsforms
66
control: PdfViewerControl
@@ -9,27 +9,27 @@ documentation: ug
99

1010
# View the PDF Stream in PDF Viewer
1111

12-
PDF files as stream can be viewed in Essential PdfViewerControl using the overload available in the Load method. Following are the code snippets.
12+
PDF files as stream can be viewed in Essential&reg; PdfViewerControl using the overload available in the Load method. Following are the code snippets.
1313

1414

1515
{% tabs %}
16-
{%highlight c#%}
16+
{% highlight c# %}
1717

1818
FileStream stream = new FileStream("Sample.pdf", FileMode.Open);
1919
//Initialize PDF Viewer
2020
PdfViewerControl pdfViewerControl1 = new PdfViewerControl();
2121
//Load the PDF
2222
pdfViewerControl1.Load(stream);
2323

24-
{%endhighlight%}
24+
{% endhighlight %}
2525

26-
{%highlight vb%}
26+
{% highlight vb %}
2727

2828
Dim stream As New FileStream("Sample.pdf", FileMode.Open)
2929
'Initialize PDF Viewer
3030
Dim pdfViewerControl1 As New PdfViewerControl()
3131
'Load the PDF
3232
pdfViewerControl1.Load(stream)
3333

34-
{%endhighlight%}
34+
{% endhighlight %}
3535
{% endtabs %}

WindowsForms/PDF-Viewer/How-To/get-mouse-position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Get a mouse position to the page | PDF Viewer | WinForms | Syncfusion
3+
title: Get mouse position to page in WinForms PDF Viewer | Syncfusion&reg;
44
description: The PDF Viewer notifies, you when performing the mouse click and mouse move operations in the PDF pages.
55
platform: windowsforms
66
control: PDF Viewer

WindowsForms/PDF-Viewer/Interaction-Modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Working with Interaction Modes in WinForms PDF Viewer | Syncfusion
4-
description: Learn about Working with Interaction Modes support in Syncfusion Windows Forms PDF Viewer (PdfViewerControl) control and more details.
3+
title: Working with Interaction Modes in WinForms PDFViewer | Syncfusion&reg;
4+
description: Learn about Working with Interaction Modes support in Syncfusion&reg; Windows Forms PDF Viewer (PdfViewerControl) control and more details.
55
platform: windowsforms
66
control: PDF Viewer
77
documentation: UG

0 commit comments

Comments
 (0)