This dialog appears when one is clicking the signature field in the document.
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;
Hi, I need to hide the Signature Validation Status when I load a digitally signed PDF. Thanks