public string UserPassword {get; set;}
'Declaration
Public Property UserPassword As String
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As String
instance.UserPassword = value
value = instance.UserPassword
public string UserPassword {get; set;}
@property (nonatomic, copy) NSString* userPassword;
public String getUserPassword()
public void setUserPassword(String value)
get_UserPassword();
set_UserPassword(value);
Object.defineProperty('UserPassword');
public:
property String^ UserPassword {
String^ get();
void set ( String^ value);
}
Property Value
The user password to use when saving encrypted files.