Apply the security settings to the source PDF document
and return the PDF document with security options applied
| C# | Visual Basic | Visual C++ |
public: array<unsigned char>^ GetSecuredPdfBytes( array<unsigned char>^ srcPdfBytes )
- srcPdfBytes (array< Byte >[]()[])
- The PDF document as an array of bytes
The secured PDF document as an array of bytes