[]
Creates an instance of GrapeCity.Documents.Pdf.Security.StandardSecurityHandlerRev6 and assigns it to SecurityHandler.
public StandardSecurityHandlerRev6 CreateSecurityHandler(string password = null)
Public Function CreateSecurityHandler(Optional password As String = Nothing) As StandardSecurityHandlerRev6
Type | Name | Description |
---|---|---|
string | password | If a non-null password is specified, it is assigned to owner and user passwords on the handler. |
Type | Description |
---|---|
StandardSecurityHandlerRev6 | A new instance of GrapeCity.Documents.Pdf.Security.StandardSecurityHandlerRev6. |