This is a migrated thread and some comments may be shown as answers.

Hide Signature Panel

3 Answers 133 Views
PdfViewer and PdfViewerNavigator
This is a migrated thread and some comments may be shown as answers.
Sergio
Top achievements
Rank 1
Sergio asked on 14 Jun 2017, 09:54 PM

Hello everybody

I need to hide the digital signature panel in the RadPdfViewer control.

I used the HideSignaturePanel () method but it does not work.
I also modified the property: Visibility (Collapsed / Hidden) in all elements of PdfSignatureElement but it does not work too.

The panel still appears when I load a digitally signed pdf.

Thanks

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 15 Jun 2017, 07:54 AM
Hi Sergio,

Call the method in the DocumentLoaded event handler:
private void RadPdfViewer1_DocumentLoaded(object sender, EventArgs e)
{
    radPdfViewer1.HideSignaturePanel();
}

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Sergio
Top achievements
Rank 1
answered on 15 Jun 2017, 04:21 PM

Hi Dimitar,

Thanks a lot!. It works well.

I also need to hide the Signature Validation Status.

0
Dimitar
Telerik team
answered on 16 Jun 2017, 09:47 AM
Hi Sergio,

Currently, there is no way to prevent the showing of this dialog. I have logged this in our Feedback Portal. You can track its progress, subscribe for status changes and add your comment to it here. I have also updated your Telerik Points.

Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
PdfViewer and PdfViewerNavigator
Asked by
Sergio
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Sergio
Top achievements
Rank 1
Share this question
or