ImgScan User Control

ImgScan Class Library

ImgScanner.IS_Multipage = Boolean

 

Gets or sets if the image output is multipage or not.

 

[Visual Basic]

Public Property IS_Multipage ( ) As Boolean

 

Property Set Value

    IS_Multipage

        Sets the image output multipage format.

 

Property Get Value

    IS_Multipage

        Returns the value of the image output multipage format.

 

Example

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

 

[Visual Basic]

Dim Multipage as Boolean = True

ImgScanner1.IS_Multipage = Multipage

Multipage = ImgScanner1.IS_Multipage

 

Requirements

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

Documentation Version 1.6