ImageGear .NET v24.12 - Updated
LayerPassword Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGetNotateXpressLayerPasswordEventArgs Class : LayerPassword Property
Gets or sets the password for the current layer.
Syntax
'Declaration
 
Public Property LayerPassword As String
'Usage
 
Dim instance As ImGearARTGetNotateXpressLayerPasswordEventArgs
Dim value As String
 
instance.LayerPassword = value
 
value = instance.LayerPassword
public string LayerPassword {get; set;}
public: __property string* get_LayerPassword();
public: __property void set_LayerPassword( 
   string* value
);
public:
property String^ LayerPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearARTGetNotateXpressLayerPasswordEventArgs Class
ImGearARTGetNotateXpressLayerPasswordEventArgs Members