Click or drag to resize

TlaDecoderPassword Property

Note: This API is now obsolete.

Gets or sets the password to use for reading 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 GetImageInfo and Read methods with password as a parameter.", 
	false)]
public string Password { get; set; }

Property Value

Type: String
The password to use for reading encrypted Tla images.
See Also