Password

PresentationSaveOptions.Password property

Allows to specify, modify and obtain the password, which will be used for encoding the resultant Presentation document. By default is NULL - password will not be set. Set to NULL or empty string in order to remove the password, if it was set previously.

public string Password { get; set; }

See Also