PdfDocument.GetEncryptionInfo

Overloads

GetEncryptionInfo(Byte[])Gets the security information of the given PDF document.
GetEncryptionInfo(String)Gets the security information of the given PDF document.

GetEncryptionInfo(Byte[])

Gets the security information of the given PDF document.

public static EncryptionInfo GetEncryptionInfo(Byte[] data)
Shared Function GetEncryptionInfo(data As Byte()) As EncryptionInfo

Parameters

data
Byte[]

A byte array containing the PDF document data.

Returns

EncryptionInfo

The security information of the given PDF document.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

GetEncryptionInfo(String)

Gets the security information of the given PDF document.

public static EncryptionInfo GetEncryptionInfo(string filePath)
Shared Function GetEncryptionInfo(filePath As String) As EncryptionInfo

Parameters

filePath
String

Physical file path of the PDF document.

Returns

EncryptionInfo

The security information of the given PDF document.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

EncryptionInfo
PdfDocument
ceTe.DynamicPDF.Merger

In this topic