ImageGear .NET - Updated
Applied Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTEncryption Class : Applied Property
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

Reference

ImGearARTEncryption Class
ImGearARTEncryption Members