Leadtools TWAIN (Leadtools.Twain assembly)

Properties Property

Show in webframe





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:
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

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-2014 All Rights Reserved. LEAD Technologies, Inc.