Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.OwnActivatedSecurityHandlers

TElPDFDocument     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the component should dispose of the automatically created security handlers.

Declaration

[C#]
    bool OwnActivatedSecurityHandlers;

[VB.NET]
    Property OwnActivatedSecurityHandlers As Boolean

[Pascal]
    property OwnActivatedSecurityHandlers : Boolean;

[C++]
    bool get_OwnActivatedSecurityHandlers();
    void set_OwnActivatedSecurityHandlers(bool Value);

[PHP]
    bool get_OwnActivatedSecurityHandlers()
    void set_OwnActivatedSecurityHandlers(bool $Value)

[Java]
    boolean getOwnActivatedSecurityHandlers();
    void setOwnActivatedSecurityHandlers(boolean Value);

Description

    This property specifies if the component should dispose of the automatically created security handlers. The default value is False for compatibility purposes. If ActivateSecurityHandlers is True (the default value), OwnActivatedSecurityHandlers should also be set to True. It is recommended to use this property to avoid memory leaks.

See also:     ActivateSecurityHandlers    

Discuss this help topic in SecureBlackbox Forum