FileSystemImageSourceToPath Method |
Retrieves the path associated with a previously acquired image.
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 ToPath(
AtalaImage image
)
Public Function ToPath (
image As AtalaImage
) As String
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
An image that had been previously acquired by the FileSystemImageSource
Return Value
Type:
String A string representing the path to the file from which the image was derived. If the image had not been
previously acquired by the FileSystemImage source, ToPath will return null.
See Also