Optional password to use with encrypted PDF files.
public string Password {get; set;}
public:
property String^ Password
{
String^ get()
void set(String^ value)
}
Password # get and set (UploadDocumentOptions)
The optional password to use with encrypted PDF files. The default value is null.
During uploading of encrypted PDF files, the factory generally does not need to decrypt the file. This is left to later operations (when the document is loaded from the cache, for instance).
If the value of Password is not null, then it will be stored along with the document data in the cache, and subsequent calls to load the document from the cache will not require it.
When using PDF post-upload operations, the factory can interact with the PDF if DocumentFactory.EndUpload is called and the password is required (if the file is encrypted). Refer to Uploading Using the Document Library for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document