Completed
Last Updated: 03 Jul 2017 12:55 by ADMIN
ADMIN
Dimitar
Created on: 16 Jun 2017 09:45
Category: PdfViewer
Type: Bug Report
0
FIX. RadPdfViewer - one should be able to disable the Validation Status dialog
This dialog appears when one is clicking the signature field in the document. 
2 comments
ADMIN
Ralitsa
Posted on: 03 Jul 2017 07:54
Hi, 

We will provide a way to hide the Signature Validation Status with our next version - UI for WinForms R3 2017. Here is the code snippet how can achieve it: 

this.radPdfViewer1.PdfViewerElement.AllowSignatureDialog = false;
Sergio
Posted on: 16 Jun 2017 15:00
Hi,

I need to hide the Signature Validation Status when I load a digitally signed PDF.


Thanks