GetPdfSecurityFlags

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetPdfSecurityFlags (BlackIceDEVMODE* pDevMode, DWORD* dwFlags);

Description

Returns the security flags of the PDF document. Available values: see SetPdfSecurityFlags function.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

DWORD* dwFlags                                       - pointer to the variable, that contains the value of security flags

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None