You are here: Programmers Reference > Programmer's Reference > ClipHelper Interface > EvaluateGraybox3 method

ClipHelper.EvaluateGraybox3 method

This method determines the presence of data on a region on the sheet by scanning each raster. It also computes a measure of the data relative to the specified graybox cutoff value. If this value equals or exceeds ClipHelper.GrayboxCutoff, the calculation is terminated and the value returned. The returned value ranges from 0 thru 15.

You can use this method to determine whether or not to clip a region of a form based on whether an evaluation region has data or not. The evaluation region is typically but not necessarily a subset of the region to be clipped.

Make sure that the evaluation region is not too close to the edges of the sheet to avoid problems due to skew.

The minimum size of the graybox is about 1.5mm square or 0.1" square. Refer to ScanTools Plus Help for exact metrics.

This method uses the current values of the following properties:

  1. ClipHelper.ClipCoordinateSpace (qualifies ClipRegion)
  2. You can use OMR or world coordinates, but not pixels. If using OMR coordinates, the form must have timing marks for the side of interest.

  3. ClipHelper.UnitOfMeasure (qualifies ClipRegion)
  4. This applies if you use world coordinates

  5. ClipHelper.GrayboxCutoff

Valid

See ScanEventArgs and ScanningManager Events Valid Combinations.

IDL

HRESULT EvaluateGraybox3(

[in] long xStart;

[in] long yStart;

[in] long cxSpan;

[in] long cySpan;

[in] SideOfSheet SideOfSheet;

[out, retval] long* ActualLevel);

Input Parameters

xStart

The top left corner of the graybox evaluation region, along the X-axis of the form. The X-axis contains the cell positions that match the scanner read head. It is also the axis that contains the form ID marks.

yStart

The top left corner of the graybox evaluation region, along the y-axis of the form. The y-axis contains the timing marks printed on the guide edge of the form.

cxSpan

The span of the region along the x-axis of the form.

cySpan

The span of the region along the y-axis of the form.

The Start and Span members are interpreted on the basis of the ClipHelper.ClipCoordinateSpace property being used. The default is OMR – cells and timing marks.

SideOfSheet

const int sosTop – top side

const int sosBottom – bottom side

Return Values

The scanned and calculated level for the graybox, 0 – 15. Returns the actual level up to the ClipHelper.GrayboxCutoff.

See also

ClipHelper.EvaluateGraybox method

 

 

See Help on Help for additional information on using this help file.

See Scantron Technical Support for additional information on technical support and training options.

See the ScanTools Suite System Requirements for further details on hardware and software requirements.

ScanTools is a suite of products; the specific information you want may appear in the help for a different module. If you don't find what you're looking for here, try one of the following:

 

Scantron Corporation

Customer Service (forms, products, and services):

1-800-SCANTRON (722-6876)

www.scantron.com

Technical Support:

1-800-445-3141

support@scantron.com

Copyright © 1998-2012 Scantron Corporation. All rights reserved. Use permitted only under license. www.scantron.com. No part of the Help or user guides may be reproduced in any form, or by any means, without express permission from Scantron Corporation.

LINKS TO THIRD PARTY SITES

This help system may contain links to third party websites ("Linked Sites"). The Linked Sites are not under the control of Scantron and Scantron is not responsible for the content of any Linked Site, including without limitation any link contained in a Linked Site or any changes or modifications to a Linked Site. Scantron is not responsible for web casting or any other form of transmission received from any Linked Site. Scantron provides Users with the ability to link the Assessment System to the Linked Sites as a convenience to you, and the inclusion of any link does not imply endorsement by Scantron of the Linked Site or any association with its operators.