←Select platform

Password Property

Summary

Gets or sets the password to use when loading encrypted PDF files.

Syntax
C#
C++/CLI
public string Password { get; set; } 
public:  
   property String^ Password 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The password to use when loading encrypted PDF files. Default value is an empty string.

Remarks

Use an empty string or a null reference to disable the use of a password.

Requirements

Target Platforms

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.