Skip to content

Commit

Permalink
Update pdfviewer-export-page-images-with-no-ui.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DinkoK authored Jan 19, 2024
1 parent 94c382b commit 9ade666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions knowledge-base/pdfviewer-export-page-images-with-no-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ res_type: kb

|Product Version|Product|Author|
|----|----|----|
|2023.3.1106|RadPdfViewer for WinForms|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
|2023.3.1114|RadPdfViewer for WinForms|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|

## Description

Expand All @@ -25,10 +25,10 @@ res_type: kb

## Solution

**RadPdfViewer** exposes two methods that allows you to export singe page or the entire document to an image:
**RadPdfViewer** exposes two methods that allow you to export a single page or the entire document to an image:

* **ExportPage**: exports the specified page to an image.
* **ExportPages**: exports the entire document to an image.
* **ExportPage**: Exports the specified page to an image.
* **ExportPages**: Exports the entire document to an image.

The ExportPage method will be used in the following code snippet:

Expand Down

0 comments on commit 9ade666

Please sign in to comment.