Skip to content

Added the Trademark Symbol in readme files #1586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions wpf/Circular-ProgressBar/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Getting Started with WPF Circular ProgressBar control | Syncfusion
description: Learn here about getting started with Syncfusion WPF Circular ProgressBar (SfCircularProgressBar) control, its elements and more details.
platform: WPF
platform: wpf
control: SfCircularProgressBar
documentation: ug
---
Expand Down Expand Up @@ -31,7 +31,7 @@ To add control manually in XAML, follow the given steps:

1. Add the following required assembly references to the project:
* Syncfusion.SfProgressBar.WPF
2. Import Syncfusion WPF schema **http://schemas.syncfusion.com/wpf** the in XAML page.
2. Import Syncfusion® WPF schema **http://schemas.syncfusion.com/wpf** the in XAML page.
3. Declare the SfCircularProgressBar control in the XAML page.

{% capture codesnippet1 %}
Expand Down
4 changes: 2 additions & 2 deletions wpf/Pdf-Viewer/Exporting-PDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Exporting PDF pages in WPF Pdf Viewer

Essential PDF Viewer allows exporting pages of a PDF file into JPG, PNG, TIFF, and BMP formats using [ExportAsImage](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32_) methods. This option helps to convert PDF pages into images.
Essential® PDF Viewer allows exporting pages of a PDF file into JPG, PNG, TIFF, and BMP formats using [ExportAsImage](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32_) methods. This option helps to convert PDF pages into images.

## Exporting a single page

Expand Down Expand Up @@ -203,7 +203,7 @@ if (images != null)
{% endhighlight %}
{% endtabs %}

N> The complete sample project of exporting the PDF pages to images using the Syncfusion PDF viewer is available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/Export/PDFToImage).
N> The complete sample project of exporting the PDF pages to images using the Syncfusion® PDF viewer is available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/Export/PDFToImage).


N> You can refer to our [WPF PDF Viewer](https://www.syncfusion.com/wpf-controls/pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore our [WPF PDF Viewer example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the pdfviewer.
2 changes: 1 addition & 1 deletion wpf/Pdf-Viewer/Form-Filling-in-PDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private void PdfViewer_FormFieldClicked(object sender, FormFieldClickedEventArgs
{% endhighlight %}
{% endtabs %}

N> The sample project of PDF form filling using the Syncfusion PDF Viewer is available in the [GitHub](https://github.com/syncfusion/wpf-demos/tree/master/pdfviewer).
N> The sample project of PDF form filling using the Syncfusion® PDF Viewer is available in the [GitHub](https://github.com/syncfusion/wpf-demos/tree/master/pdfviewer).

## Import and Export Form Data

Expand Down
10 changes: 5 additions & 5 deletions wpf/Pdf-Viewer/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Rather than referencing the assemblies, you can utilize the [PdfViewer NuGet](ht
[How to install nuget packages in a WPF application](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages)

N> Starting with version 23.1.x, a reference to the Syncfusion.PdfToImageConverter.Base assembly is necessary for PdfViewer applications.
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 WPF application to use our components.
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 WPF application to use our components.

## Create a simple PDF Viewer application

Expand All @@ -55,9 +55,9 @@ You can create a PDF Viewer application by simply drag the control from the Visu
### Drag and drop the PdfViewerControl from the toolbox
Follow these steps to drag and drop the PdfViewerControl from the toolbox.

1. After installing the Syncfusion Essential Studio in your machine, create a new WPF application in Visual Studio.
1. After installing the Syncfusion® Essential Studio® in your machine, create a new WPF application in Visual Studio.
2. Open the Visual Studio toolbox.
3. Navigate to <b>Syncfusion WPF Toolbox</b> tab and drag the `PdfViewerControl` toolbox item to the Designer window, it automatically adds the required references to the current application.
3. Navigate to <b>Syncfusion&reg; WPF Toolbox</b> tab and drag the `PdfViewerControl` toolbox item to the Designer window, it automatically adds the required references to the current application.

![WPF PDF Viewer in Toolbox](getting-started_images/wpf-pdf-viewer-in-toolbox.png)
PDF viewer control in toolbox
Expand All @@ -67,7 +67,7 @@ Follow these steps to drag and drop the PdfViewerControl from the toolbox.
To add control manually in XAML, do the following steps,

1. Add the required assemblies as a reference to the project.
2. Add the following Syncfusion namespace in XAML to make use of the [PdfViewerControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html).
2. Add the following Syncfusion&reg; namespace in XAML to make use of the [PdfViewerControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html).

~~~xaml
<Window
Expand Down Expand Up @@ -95,7 +95,7 @@ To add control manually in XAML, do the following steps,
To add control manually from code, follow these steps,

1. Add the required assemblies as a reference to the project.
2. Add the following Syncfusion namespace class file.
2. Add the following Syncfusion&reg; namespace class file.

~~~csharp
using Syncfusion.Windows.PdfViewer;
Expand Down
2 changes: 1 addition & 1 deletion wpf/Pdf-Viewer/Organize-Pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ End Sub
{% endhighlight %}
{% endtabs %}

N> The sample projects for organizing pages using the Syncfusion PDF Viewer are available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/OrganzingPages-Examples/PageOrganizer).
N> The sample projects for organizing pages using the Syncfusion&reg; PDF Viewer are available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/OrganzingPages-Examples/PageOrganizer).

## Show/Hide the annotations in page organizer panel

Expand Down
12 changes: 6 additions & 6 deletions wpf/Pdf-Viewer/pdf-rendering-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# PDF Rendering Engines in WPF Pdf Viewer

Syncfusion WPF PDF Viewer renders the PDF pages through 2 different rendering engines.
Syncfusion&reg; WPF PDF Viewer renders the PDF pages through 2 different rendering engines.

* PDFium (Google Chrome’s PDF rendering engine)
* SfPdf (Syncfusion’s Own PDF rendering engine)
Expand All @@ -18,14 +18,14 @@ Syncfusion WPF PDF Viewer renders the PDF pages through 2 different rendering en

PDFium is used in Google Chrome for rendering PDF files. It provides accurate and robust PDF rendering. It is the recommended PDF rendering engine.

N>* From v16.3.0.x onwards, this PDFium rendering engine is the default rendering engine of Syncfusion WPF PDF Viewer.
N>* From v20.4.0.x onwards, ARM64-based Pdfium assembly is generated for Syncfusion WPF PDF Viewer control in applications that target ARM64 architecture.
N>* From v16.3.0.x onwards, this PDFium rendering engine is the default rendering engine of Syncfusion&reg; WPF PDF Viewer.
N>* From v20.4.0.x onwards, ARM64-based Pdfium assembly is generated for Syncfusion&reg; WPF PDF Viewer control in applications that target ARM64 architecture.
N>* From v22.1.x onwards, Pdfium is upgraded to the new version which was built with the branch [chromium/5692](https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5692).

### How PDFium works with Syncfusion’s PDF Viewer

* On running your WPF application, Syncfusion PDF Viewer control generates a folder named `PDFium` in the application output path folder (for example: bin/release or bin/debug) at runtime.
* Syncfusion PDF Viewer control detects the architecture of the running machine automatically.
* On running your WPF application, Syncfusion&reg; PDF Viewer control generates a folder named `PDFium` in the application output path folder (for example: bin/release or bin/debug) at runtime.
* Syncfusion&reg; PDF Viewer control detects the architecture of the running machine automatically.
* Next, it creates another subfolder named “x64”, “x86” or “arm64” based on the machine architecture.
* Extracts the PDFium binary (PDFium.dll) into the subfolder (x64, x86 or arm64) and consumes it to render PDF files.

Expand All @@ -35,7 +35,7 @@ N> PDFium rendering is not supported in Windows XP operating system.

### How to run PDFium in a restricted access environment

If there is any access restriction applied to the application output folder, then the Syncfusion PDF Viewer control cannot able to extract and consume the PDFium engine as mentioned above.
If there is any access restriction applied to the application output folder, then the Syncfusion&reg; PDF Viewer control cannot able to extract and consume the PDFium engine as mentioned above.

In that situation, you need to add the following steps to consume the PDFium rendering engine.

Expand Down
2 changes: 1 addition & 1 deletion wpf/Pdf-Viewer/text-extraction-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Text Extraction Engines in WPF Pdf Viewer

Syncfusion WPF PDF Viewer extracts text information from PDF files through two different engines for performing text search, text selection, creating text markups and more.
Syncfusion&reg; WPF PDF Viewer extracts text information from PDF files through two different engines for performing text search, text selection, creating text markups and more.

* PDFium (Google Chrome’s text extraction engine)
* SfPdf (Syncfusion’s own text extraction engine)
Expand Down
4 changes: 2 additions & 2 deletions wpf/Step-ProgressBar/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Getting Started with WPF Step ProgressBar control | Syncfusion
description: Learn here about getting started with Syncfusion WPF Step ProgressBar (SfStepProgressBar) control, its elements and more.
platform: WPF
platform: wpf
control: SfStepProgressBar
documentation: ug
---
Expand Down Expand Up @@ -31,7 +31,7 @@ To add control manually in the XAML, follow the given steps:

1. Add the following required assembly reference to the project:
* Syncfusion.SfProgressBar.WPF
2. Import the Syncfusion WPF schema **http://schemas.syncfusion.com/wpf** in the XAML page.
2. Import the Syncfusion&reg; WPF schema **http://schemas.syncfusion.com/wpf** in the XAML page.
3. Declare the SfStepProgressBar control in the XAML page.

## Select item using Selected Index
Expand Down