Specifies an encrypted master 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 PDFMasterPassword As Byte()
C#
byte[] PDFMasterPassword { get; set; }
C++
property byte[] PDFMasterPassword abstract  {
    array<char>^ get();
    void set(array<char>^ value);
}
J#
/** property */
public byte[] get_PDFMasterPassword();

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

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

Remarks

See Also