Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Viewing all articles
Browse latest Browse all 10848

pdPermEdit and pdPermEditNotes

$
0
0

Hi Guys,

 

I have been trying to use PDDocGetNewSecurityInfo() to determine if the document has the pdPermEdit and pdPermEditNotes flags.

No matter what the document, I am getting 4294967292 which I believe to be a little too high.

 

Not sure what I am doing wrong here, any suggestions?

 

ASUns32 secInfo = 0x00;
PDDocGetNewSecurityInfo(pdDoc, &secInfo);  // secInfo = 4294967292

Viewing all articles
Browse latest Browse all 10848