SecurityDocumentOpenPassword Property |
The password required to open the PDF document.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic string DocumentOpenPassword { get; set; }
Public Property DocumentOpenPassword As String
Get
Set
public:
property String^ DocumentOpenPassword {
String^ get ();
void set (String^ value);
}
member DocumentOpenPassword : string with get, set
Property Value
Type:
String
See Also