Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

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:
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: ImageEffects property DataTransfer property ImageResolution property EnableAutoFeed property MaximumNumberOfPages property DuplexScanning property LeftMargin property RightMargin property TopMargin property 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

Error processing SSI file