GetPdfEncryption

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfEncryption (BlackIceDEVMODE* pDevMode, int* iEncryption);

Description

Returns the encryption length of the PDF document. Available values: see SetPdfEncryption function.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

int* iEncryption                                             - pointer to the variable, that contains the value of encryption length

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None