Gets or sets the password for an ePIC file.
Read-write property
Visual Basic |
---|
Public Property PICPassword As String |
A string value which represents the password for an ePIC file.
The ePIC (.PIC) format allows you to save a password protected file. The password can contain a maximum of eight characters. When the PICPassword property is set and an ePIC file is saved using the SaveFile method, the file will be encrypted using the PICPassword.
Note: PICPassword applies to ePIC images only.