ResultImageItemGetImageLayoutFrame Method |
Gets the frame location (left, top, right, bottom) in unit TwainConstants#ICAP_UNITS.
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 decimal[] GetImageLayoutFrame()
Public Function GetImageLayoutFrame As Decimal()
public:
array<Decimal>^ GetImageLayoutFrame()
member GetImageLayoutFrame : unit -> decimal[]
Return Value
Type:
Decimalthe frame location (4-element double array) or null if not available.
See Also