PdfSaveOptionsPassword Property |
Password, which will be applied to the generated PDF document as user password, required for opening.
If NULL or empty, no password will be applied to the document. Otherwise, document will be encrypted with RC4 (key length of 128 bit).
By default is NULL — password is not applied.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.7.0.0
Syntaxpublic string Password { get; set; }
Public Property Password As String
Get
Set
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set
Property Value
Type:
String
See Also