ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFDoc Object > IGPDFDoc Methods > SetNewCryptHandler Method |
Sets specified document's new security handler (the security handler that will be used after the document is saved). This method returns with no action if the new security handler is the same as the old one.
SetNewCryptHandler(NewCryptHandler As IGPDFAtom)
Name | Description |
---|---|
NewCryptHandler | The PDF atom for the name of the new security handler to use for the document. Use NULL to remove security from the document. |
None