ImgScan User Control

ImgScan Class Library

ImgScanner.OutputFormat =  ImgScan.ImgScanner.OutputFormatEnum

 

Gets or sets the image output format.

 

[Visual Basic]

Public Property OutputFormat ( ) As  ImgScan.ImgScanner.OutputFormatEnum

 

Property Set Value

    OutputFormat

        Sets the image output format.

 

Property Get Value

    OutputFormat

        Returns the value of the image output format.

 

Example

[Visual Basic] The following example sets the image output format to *.tif and gets its value.

 

[Visual Basic]

Dim imgFormat as  ImgScan.ImgScanner.OutputFormatEnum = _ ImgScan.ImgScanner.OutputFormatEnum.TIF

ImgScanner1.OutputFormat = imgFormat

imgFormat = ImgScanner1.OutputFormat

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6