'Declaration Public Sub AddPasswordProtection( _ ByVal editRestrictions As EditRestrictions, _ ByVal password As String _ )
'Usage Dim instance As Document Dim editRestrictions As EditRestrictions Dim password As String instance.AddPasswordProtection(editRestrictions, password)
public void AddPasswordProtection( EditRestrictions editRestrictions, string password )
Parameters
- editRestrictions
- password