Click or drag to resize

FileSystemImageSourceGetPath Method

Returns the path of the image in a FileSystemImageSource.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string GetPath(
	int index
)

Parameters

index
Type: SystemInt32
The index of the image.

Return Value

Type: String
The path of the image file.
Exceptions
ExceptionCondition
Thrown if the index is invalid for the FileSystemImageSource.
See Also