'Declaration Public Sub SetNewCryptHandler( _ ByVal securityHandlerName As ImGearPDFAtom _ )
'Usage Dim instance As ImGearPDFDocument Dim securityHandlerName As ImGearPDFAtom instance.SetNewCryptHandler(securityHandlerName)
public void SetNewCryptHandler( ImGearPDFAtom securityHandlerName )
public: void SetNewCryptHandler( ImGearPDFAtom* securityHandlerName )
public: void SetNewCryptHandler( ImGearPDFAtom^ securityHandlerName )
Parameters
- securityHandlerName
- The PDF atom for the name of the new security handler to use for the document. Use Null to remove security from the document.