ImageProperties 1.0 control documentation
Initializes a new instance of the ImageProperties class and reads properties of the Image from the specified file.
[Visual Basic]
Overloads Public Sub New( _
ByVal
pathToFile As
String _
)
[C#]
public ImageProperties(
string pathToFile);
Parameters
-
pathToFile
- A string that contains the name of the file from which to create the Image and read properties.
Remarks
Initializes collection that stores all properties of the Image.
See Also
ImageProperties Class | ElementIT.ImageProperties Namespace | ImageProperties Constructor Overload List