 | PdfCustomLoaderPassword Property |
Gets or sets a string used as the password for PDF file. If no password needed, empty or NULL can be used.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
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 */
public String get_Password()
/** @property */
public void set_Password(String value)
function get_Password();
function set_Password(value);
Property Value
String
See Also