Accusoft.ImagXpress13.Net
Password Property (SaveOptionsPic)




Gets and sets the password for the destination ePIC (.PIC) file format.
Syntax
'Declaration
 
Public Property Password As String
'Usage
 
Dim instance As SaveOptionsPic
Dim value As String
 
instance.Password = value
 
value = instance.Password
public string Password {get; set;}
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the password for the destination PIC file.
Remarks

Note: The password can only be up to 8 characters.

See Also

Reference

SaveOptionsPic Class
SaveOptionsPic Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback