ISISSetTag method (ISIS Control)

C++ Builder 4.0 example

Delphi example

 

Builder Syntax

int __fastcall ISISSetTag(Cardinal uTag, int nValue);

Delphi Syntax

function ISISSetTag (uTag : Cardinal; nValue : Integer) : Integer;

Overview

Using ISIS to Scan Images

Remarks

(Document/Medical) Sets one of the supported ISIS Scanner Driver tags.

You must call the ISISLoadDriver method before calling ISISSetTag.

When determining the color format, tags must be set in the following order:

TAG_SAMPLESPERPIXEL

TAG_BITSPERSAMPLE

TAG_COMPRESSION

When setting the following tags, the tags must be set in the following order:

TAG_XRESOLUTION

TAG_YRESOLUTION

TAG_XPOSITION

TAG_YPOSITION

TAG_IMAGELENGTH

TAG_IMAGEWIDTH

See Also

Elements:

ISISGetTag method, ISISAcquire method, ISISAcquireMulti method

Topics:

Raster Images: Scanning Images using ISIS