The UTF-8 encoded, non-encrypted user password for a PDF rendition.
To maintain password security, you can use this property only to set a password, not to read its value.
Instead of returning a password value, this property returns a zero-length byte array if it has been set
with a password and returns a null value if it has never been set.
Namespace:
FileNet.Api.Publishing
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property PDFUserPassword As Byte() |
C# |
---|
byte[] PDFUserPassword { get; set; } |
Visual C++ |
---|
property array<unsigned char>^ PDFUserPassword {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
} |
JavaScript |
---|
function get_pdfUserPassword();
function set_pdfUserPassword(value); |