Click or drag to resize
ScanUtilsparseFrame Method

» Asprise Scan Home · Developer's Guide

Parses frame value like "(0.0, 0.0, 4.0, 6.0)"

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static decimal[] parseFrame(
	string frameSpec
)

Parameters

frameSpec
Type: SystemString
the value in string representation

Return Value

Type: Decimal
4-element double array or null if parsing fails.
See Also