Accusoft.TwainPro9.Net
Password Property




Gets and sets the password for an Encrypted Pegasus Imaging Corporation (ePIC) file format.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the password for an Encrypted Pegasus Imaging Corporation (ePIC) file format.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Password As String
'Usage
 
Dim instance As SaveOptionsPic
Dim value As String
 
instance.Password = value
 
value = instance.Password
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the password for an Encrypted Pegasus Imaging Corporation (ePIC) file format.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string Password {get; set;}
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the password for an Encrypted Pegasus Imaging Corporation (ePIC) file format.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the password for an Encrypted Pegasus Imaging Corporation (ePIC) file format.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the password.
Remarks

The default value is an empty string "".

See Also

Reference

SaveOptionsPic Class
SaveOptionsPic Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback