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

ClipHelper.WriteClipToStream2 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.

NOTE: Do not change the stream pointer while building a multi-frame TIFF to avoid losing frames or corrupting the stream.

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.

This method works very well with the unmanaged ADODB.Stream class, which supports methods for saving the stream to a disk file. Be sure to open the stream in binary mode. For more information, see the MSDN documentation.

The members of the ClipAttributes structure that is input to this method update the current values of the IClipHelper properties. 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 WriteClipToStream2 if you want to use the ScanTools Plus application sheet-level settings for the clip attributes.

Valid

See ScanEventArgs and ScanningManager Events Valid Combinations.

IDL

HRESULT WriteClipToStream2(

[in] ClipAttributes* ClipAttributes,  

[in] IStream* Stream); 

Input Parameters

ClipAttributes

Pointer to the ClipAttributes Structure, which defines the attributes and region of the clip.

Stream

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

See also

ClipHelper.WriteClipToStream method

ClipHelper.WriteClipToStream3 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.