Namespace:
FileNet.Api.Publishing
Assembly: FileNet.Api (in FileNet.Api.dll)
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |