PdfSecurityManagerGetSecuredPdfBytes(Byte) Method |
Apply the security settings to the source PDF document
and return the PDF document with security options applied
Namespace: ExpertPdf.PDFSecurityAssembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntaxpublic byte[] GetSecuredPdfBytes(
byte[] srcPdfBytes
)
Public Function GetSecuredPdfBytes (
srcPdfBytes As Byte()
) As Byte()
Parameters
- srcPdfBytes Byte
- The PDF document as an array of bytes
Return Value
ByteThe secured PDF document as an array of bytes
See Also