Interface IUnprotectDocumentDialog
Provides functionality for showing dialogs for removing document protection
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IUnprotectDocumentDialog
Methods
ShowDialog(Func<String, Boolean>)
Shows the dialog.
Declaration
void ShowDialog(Func<string, bool> unprotectDocumentCallback)
Parameters
System.Func<System.String, System.Boolean>
unprotectDocumentCallback
The callback that will be used to remove the document protection. |