ScanUtilspreviewImage Method |
Preview image using windows photo viewer with fallback to default associated program.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool previewImage(
string imgFile
)
Public Shared Function previewImage (
imgFile As String
) As Boolean
public:
static bool previewImage(
String^ imgFile
)
static member previewImage :
imgFile : string -> bool
Parameters
- imgFile
- Type: SystemString
Return Value
Type:
BooleanSee Also