ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFDoc Object > IGPDFDoc Methods > SetNewSecurityData Method |
Sets the security data structure for the specified document's new security handler. The new security handler must have been previously set using SetNewCryptHandler Method.
SetNewSecurityData(NewSecurityData As IGPDFSecurityData)
Name | Description |
---|---|
NewSecurityData | The new security data object to set for doc. |
None