Winnovative PDF Security Library
GetSecuredPdfBytes Method (srcPdfBytes)
NamespacesWinnovative.PDFSecurityPdfSecurityManagerGetSecuredPdfBytes(array<Byte>[]()[])
Winnovative PDF Security Library
Apply the security settings to the source PDF document and return the PDF document with security options applied
Declaration Syntax
C#Visual BasicVisual C++
public byte[] GetSecuredPdfBytes(
	byte[] srcPdfBytes
)
Public Function GetSecuredPdfBytes ( _
	srcPdfBytes As Byte() _
) As Byte()
public:
array<unsigned char>^ GetSecuredPdfBytes(
	array<unsigned char>^ srcPdfBytes
)
Parameters
srcPdfBytes (array< Byte >[]()[])
The PDF document as an array of bytes
Return Value
The secured PDF document as an array of bytes

Assembly: Winnovative.PDFSecurity (Module: Winnovative.PDFSecurity) Version: 2.0.0.0 (2.0.0.0)