OneSaveOptions.DocumentPassword Property

Aspose.Note for .NET API

OneSaveOptionsDocumentPassword Property

Gets or sets a password to encrypt the document content.

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string DocumentPassword { get; set; }
Public Property DocumentPassword As String
	Get
	Set
public:
property String^ DocumentPassword {
	String^ get ();
	void set (String^ value);
}
member DocumentPassword : string with get, set

Property Value

Type: String
See Also