ImageGear for .NET
GetNewCryptHandler Method




This method gets the specified document's new security handler.
Syntax
'Declaration
 
Public Function GetNewCryptHandler() As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDFDocument
Dim value As ImGearPDFAtom
 
value = instance.GetNewCryptHandler()
public ImGearPDFAtom GetNewCryptHandler()
public: ImGearPDFAtom* GetNewCryptHandler(); 
public:
ImGearPDFAtom^ GetNewCryptHandler(); 

Return Value

ImGearPDFAtom class corresponding to the name of the document's new security handler. Null if the document does not have a new security handler.
Remarks
New security handler is the security handler that will be used after the document is saved). If the document does not have a new security handler, method returns the document's current security handler.
See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFDictionary Class
ImGearPDFAtom Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback