ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTEncryption Class / Applied Property




In This Topic
    Applied Property
    In This Topic
    Gets a value indicating whether the encryption is applied or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property Applied As Boolean
    'Usage
     
    Dim instance As ImGearARTEncryption
    Dim value As Boolean
     
    value = instance.Applied
    public bool Applied {get;}
    public: __property bool get_Applied();
    public:
    property bool Applied {
       bool get();
    }

    Property Value

    Boolean value.
    Remarks
    If true, encryption is applied, false - otherwise. The default value is true.
    See Also