Password Property (original) (raw)
Summary
Gets or sets the password to use when loading encrypted files.
Syntax
public string Password {get; set;}
public:
property String^ Password
{
String^ get()
void set(String^ value)
}
Property Value
Set this property to the correct password necessary for loading this encrypted file. Default value is a null string.
Leadtools.Codecs Assembly
CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method
CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method