PdfSecurityManagerGetSecuredPdfBytes(Byte) Method

Apply the security settings to the source PDF document and return the PDF document with security options applied

Definition

Namespace: EvoPdf.PdfSecurity
Assembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
C#
public byte[] GetSecuredPdfBytes(
	byte[] srcPdfBytes
)

Parameters

srcPdfBytes  Byte
The PDF document as an array of bytes

Return Value

Byte
The secured PDF document as an array of bytes

See Also