Presentation
Protect Method
|
Protection for this presentation.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Protect(
string password
)
Public Sub Protect (
password As String
)
public:
void Protect(
String^ password
)
member Protect :
password : string -> unit
Parameters
-
password
-
Type:
System
String
The password.
See Also