PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerUserPassword Property

PDF Viewer Control for .NET Windows Forms
The password required to open the PDF document. The default value is an empty string. If the OwnerPassword property is an empty string and the UserPassword is not empty, the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password) all the operations like printing, copying, etc will be allowed.

Namespace:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public string UserPassword { get; set; }

Property Value

Type: String
See Also

Reference