ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocument Class / GetNewSecurityInfo Method




In This Topic
    GetNewSecurityInfo Method
    In This Topic
    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