LoadOptions.DocumentPassword Property

Aspose.Note for .NET API

LoadOptionsDocumentPassword Property

Gets or sets a password for the encrypted document content. Value is ignored in case the document is not password protected.

Namespace:  Aspose.Note
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