Specifies an encrypted user password for a PDF rendition. Because this property contains a password, it can only be set. (Attempting to retrieve this property will return a zero-length binary value.)


Namespace: FileNet.Api.Publishing
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property PDFUserPassword As Byte()
C#
byte[] PDFUserPassword { get; set; }
C++
property byte[] PDFUserPassword abstract  {
    array<char>^ get();
    void set(array<char>^ value);
}
J#
/** property */
public byte[] get_PDFUserPassword();

/** property */
public void set_PDFUserPassword(byte[] value);
JScript
public function get PDFUserPassword() : Byte[]

public function set PDFUserPassword(value : Byte[]);

Remarks

See Also