ImageGear .NET v24.14 - Updated
GetNewSecurityInfo Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : GetNewSecurityInfo Method
This method gets the security information from the specified document's new security handler.
Syntax
'Declaration
 
Public Function GetNewSecurityInfo() As ImGearPDFSecurityInfoFlags
'Usage
 
Dim instance As ImGearPDFDocument
Dim value As ImGearPDFSecurityInfoFlags
 
value = instance.GetNewSecurityInfo()
public ImGearPDFSecurityInfoFlags GetNewSecurityInfo()
public: ImGearPDFSecurityInfoFlags GetNewSecurityInfo(); 
public:
ImGearPDFSecurityInfoFlags GetNewSecurityInfo(); 

Return Value

The document's new security information. The OR value of the ImGearPDFSecurityInfoFlags enumeration.
Remarks
No permissions are required to call this method.
See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFDictionary Class
ImGearPDFSecurityInfoFlags Enumeration