Skip to content

Commit a774eee

Browse files
authored
Remove deprecated properties from docs that can switch to old model
1 parent 9dbf11f commit a774eee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

controls/pdfviewer/getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ previous_url: pdfviewer-getting-started
1717

1818
This article will help you quickly get started with __RadPdfViewer__. To start off, drag and drop __RadPdfViewer__ the control from the toolbox to your form.
1919

20-
> As of R1 2021 __RadPdfViewer__ is optimized to work together with [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library model. The idea is to unify the underlying architecture of __RadPdfViewer__ and __PdfProcessing__ to allow feature parity. __RadPdfViewer__ uses the new model by default. However, the user can easily switch to the old model by using the __UsePdfProcessingModel__ and __UsePdfProcessingModelDefaultValue__ boolean properties. They should be set before loading a PDF document.
21-
* __UsePdfProcessingModel__ property: Gets or sets a value indicating weather the __RadPdfViewer__ should use the new __RadPdfProcessing__ rendering model on document import. The default value is _true_. If this property is set to _false_ the __RadPdfViewer__ will fall-back internally to use the old model.
22-
* __UsePdfProcessingModelDefaultValue__ property: Gets or sets a default value for __UsePdfProcessingModel__ property. The default value is _true_. When __RadPdfViewer.UseOldRenderingDefaultValue__ is set all __RadPdfViewer__ instances will use the specified model.
20+
> As of R1 2021 __RadPdfViewer__ is optimized to utilize the [RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) library model. The idea is to unify the underlying architecture of __RadPdfViewer__ and __Telerik PdfProcessing Library__ to allow feature parity.
2321
2422
Once you have __RadPdfViewer__, you can set the __ViewerMode__ option to a desired value.
2523

0 commit comments

Comments
 (0)