ImageGear .NET v24.12 - Updated
Encryption Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : Encryption Property
Gets or sets a Encryption mark to be used as a template when creating marks using the mouse.
Syntax
'Declaration
 
Public Property Encryption As ImGearARTEncryption
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTEncryption
 
instance.Encryption = value
 
value = instance.Encryption
public ImGearARTEncryption Encryption {get; set;}
public: __property ImGearARTEncryption* get_Encryption();
public: __property void set_Encryption( 
   ImGearARTEncryption* value
);
public:
property ImGearARTEncryption^ Encryption {
   ImGearARTEncryption^ get();
   void set (    ImGearARTEncryption^ value);
}

Property Value

ImGearARTEncryption value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members