TlaEncoderPassword Property |
Note: This API is now obsolete.
Gets or sets the password to use for reading, writing, or obtaining information on encrypted TLA images.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("This property will be removed in a future release. Please use the default constructor and Save method with password as a parameter.",
false)]
public string Password { get; set; }
<ObsoleteAttribute("This property will be removed in a future release. Please use the default constructor and Save method with password as a parameter.",
false)>
Public Property Password As String
Get
Set
Property Value
Type:
String The password to use for reading, writing, or obtaining information on encrypted TLA images.
See Also