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

ClipHelper.WriteClipToStream3 method

This method writes the clip to the specified stream. The stream pointer is at the end of the stream upon return from this method. On input, the stream must either be empty or TIFF or JPEG formatted. The clip is JPEG formatted if you requested JPEG compression (ClipCompressionMethod.cpmJPEG) and for all other compressions, it is TIFF formatted.

When writing a TIFF formatted clip to an empty stream, a standard TIFF header is first written followed by the clip itself. When writing a TIFF formatted clip to a stream that already has a TIFF formatted image, the method appends the clip that is currently being taken. To avoid losing frames or corrupting the stream, do not change the stream pointer while building a multi-frame TIFF.

When writing a JPEG formatted clip, the stream must be empty or an exception will result.

NOTE: The API was introduced in version 8.2.

The clip attributes are defaulted from the ScanTools application definition.

The IClipHelper properties are initially set to the values for the current sheet as defined in the ScanTools Plus application definition just before the FormIdentified event is raised.

Typical use case is creating multi-page TIFF images for each document. The solution creates a stream during the FormIdentified event, with a check for SheetNumber=1 which implies the start of a new document, performs clipping during the Clip event via WriteClipToStream2 and saves the stream to a file during the DocComplete event. If you reject the document, you should appropriately clean up the memory stream.

NOTE: Use WriteClipToStream instead of WriteClipToStream3 if you want to use the ScanTools Plus application sheet-level settings for the clip attributes.

NOTE:Use WriteClipToStream4 to obtain a full page clip.

Valid

See ScanEventArgs and ScanningManager Events Valid Combinations.

IDL

HRESULT WriteClipToStream3(

[in] long xStart;

[in] long yStart;

[in] long cxSpan;

[in] long cySpan;

[in] SideOfSheet SideOfSheet;  

[in] IStream* Stream); 

Input Parameters

xStart

The start position off the clip 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 start position off the clip 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 clip along the x-axis of the form.

cySpan

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

SideOfSheet

The side of the sheet to clip.

Stream

Pointer to the memory stream. The stream pointer is at the end of the stream upon return from this method.

Special Case

To specify a full page clip, set these to 0:

xStart = 0

yStart = 0

cxSpan = 0

cySpan = 0

To view an graphic of how to specify a clip, see the following:

Specifying a Clip on the Bottom (or Back) Side

Specifying a Clip on the Top (or Front) Side

See also

ClipHelper.WriteClipToStream method

ClipHelper.WriteClipToStream2 method

ClipHelper.WriteClipToStream4 method

Clip.WriteToStream method

Capture Image Clips under Solution Control

 

 

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.