ImageGear .NET v24.14 - Updated
ImGearIsisScanArgs class
Members  

ImageGear.Web.Isis Library > ImageGear.Web.Isis Namespace : ImGearIsisScanArgs class
Represents a scan parameters object.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.Isis.ImGearIsisScanArgs = function( 
   pages : number,
   scanDataType : ImGearIsisScanDataType,
   fileFormat : ImGearIsisFileFormat,
   fileType : ImGearIsisFileType,
   compression : ImGearIsisImageCompression,
   pageRetrievedCallback : function,
   documentRetrievedCallback : function
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.Isis.ImGearIsisScanArgs();
Remarks

This object contains the arguments for the ImageGear.Web.Isis.ImGearIsisScannerSession.scan method.

It is not strictly necessary to create an object of this type for providing the parameters. The example code in the ImageGear.Web.Isis.ImGearIsisScannerSession.scan method shows another acceptable way to pass the parameters. This class identifies the fields that are represented in the scan parameter object.

Inheritance Hierarchy

Object
   ImageGear.Web.Isis.ImGearIsisScanArgs

See Also

Reference

ImGearIsisScanArgs Members
ImageGear.Web.Isis Namespace