Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void Protect(
	ProtectionType type,
	string password
)
Sub Protect ( 
	type As ProtectionType,
	password As String
)
void Protect(
	ProtectionType type, 
	String^ password
)
abstract Protect : 
        type : ProtectionType * 
        password : string -> unit 

Parameters

type
ProtectionType
password
String

See Also