PdfLoadOptions Constructor (String) |
Initializes a new instance of the
PdfLoadOptions class with a specified password.
Namespace: GroupDocs.Watermark.Options.PdfAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic PdfLoadOptions(
string password
)
Public Sub New (
password As String
)
public:
PdfLoadOptions(
String^ password
)
new :
password : string -> PdfLoadOptions
Parameters
- password
- Type: SystemString
The password for opening an encrypted document.
See Also