Interface IProtectDocumentDialog
Provides functionality for showing dialogs for enforcing document protection
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IProtectDocumentDialog
Methods
ShowDialog(Action<DocumentProtectionMode, String>)
Shows the dialog.
Declaration
void ShowDialog(Action<DocumentProtectionMode, string> protectDocumentCallback)
Parameters
System.Action<DocumentProtectionMode, System.String>
protectDocumentCallback
The callback that will be used to set the document password. |