Completed
Last Updated: 04 Feb 2022 05:36 by ADMIN
Release R1 2022 SP1
Al
Created on: 02 Feb 2022 15:05
Category: UI for WinForms
Type: Bug Report
1
RadPdfViewer: Exception during the paint when the document contains a Lab Color

The possible workaround is to use the old Pdf processing model, by setting the UsePdfProcessingModel property to false.

this.radPdfViewer1.UsePdfProcessingModel = false;
// This switches the thumbnails to the old model too. Otherwise they are blank.
this.radPdfViewer1.ContainerElement.ThumbnailList.UsePdfProcessingModel = false;
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 04 Feb 2022 05:36

Hello, Al,

Indeed, the feedback item is completed. Please have in mind that the fix will be released in R1 2022 SP1 which is scheduled for the second half of February.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Al
Posted on: 03 Feb 2022 19:55
Completed! Great! Thanks for the quick response.