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

ToggleSyntax

Visual Basic (Declaration)
Property PDFMasterPassword As Byte()
C#
byte[] PDFMasterPassword { get; set; }
Visual C++
property array<unsigned char>^ PDFMasterPassword {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_pdfMasterPassword();
function set_pdfMasterPassword(value);

ToggleSee Also