Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

Properties Property






Gets or Sets the current data source properties.
Syntax
public TwainProperties Properties {get; set;}
'Declaration
 
Public Property Properties As TwainProperties
'Usage
 
Dim instance As TwainSession
Dim value As TwainProperties
 
instance.Properties = value
 
value = instance.Properties
public TwainProperties Properties {get; set;}
 get_Properties();
set_Properties(value);
public:
property TwainProperties Properties {
   TwainProperties get();
   void set (    TwainProperties value);
}

Property Value

The current data source properties
Remarks
Gets or Sets the current data source properties, this property will updates or set the following properties: TwainProperties.ImageEffects property TwainProperties.DataTransfer property ImageResolution property TwainProperties.EnableAutoFeed property TwainProperties.MaximumNumberOfPages property TwainProperties.DuplexScanning property TwainImageResolutionProperties.LeftMargin property TwainImageResolutionProperties.RightMargin property TwainImageResolutionProperties.TopMargin property TwainImageResolutionProperties.BottomMargin property To get the current values for the above properties, you should call Properties method.
Example
Refer to ImageResolution example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainSession Class
TwainSession Members
TwainProperties Structure
TwainImageResolutionProperties Structure
TwainDataTransferProperties Structure
TwainImageEffectsProperties Structure
Acquire Method
Leadtools.Twain.TwainSession.SetProperty
EnableSetPropertyEvent Property

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.