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