New to Telerik UI for WinFormsStart a free 30-day trial

Provides functionality for showing dialogs for removing document protection

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public interface IUnprotectDocumentDialog

Methods

Shows the dialog.

C#
void ShowDialog(Func<string, bool> protectDocumentCallback, RadRichTextBox owner)
Parameters:protectDocumentCallbackFunc<string, bool>

The callback that will be used to remove the document protection.

ownerRadRichTextBox

The owner of the dialog.