Device.FileSystem Property |
Gets the FileSystem for the device if supported.
The FileSystem is used for navigating through the folders and files of some cameras and scanners.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public FileSystem FileSystem { get; }
Public ReadOnly Property FileSystem As FileSystem
Get
Property Value
Type:
FileSystem The
FileSystem for the device if supported.
Exceptions Exception | Condition |
---|
| Thrown if a connection to the device is not open. |
See Also Reference
Device.FileSystem