ImageGear v26.0 - Updated
GetNewCryptHandler Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.