Click or drag to resize

TlaDecoder Constructor (String)

Note: This API is now obsolete.

Initializes a new instance of a TlaDecoder specifying the password.

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 constructor will be removed in a future release. Please use the default constructor and GetImageInfo and Read methods with password as a parameter.", 
	false)]
public TlaDecoder(
	string password
)

Parameters

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