Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AcquirePageOptions Property
See Also 
Leadtools.Twain Namespace > TwainSession Class : AcquirePageOptions Property



Gets or sets the paper size and paper orinetation values to use when transferring images from the current TWAIN source.

Syntax

Visual Basic (Declaration) 
Public Property AcquirePageOptions As TwainAcquirePageOptions
Visual Basic (Usage)Copy Code
Dim instance As TwainSession
Dim value As TwainAcquirePageOptions
 
instance.AcquirePageOptions = value
 
value = instance.AcquirePageOptions
C# 
public TwainAcquirePageOptions AcquirePageOptions {get; set;}
C++/CLI 
public:
property TwainAcquirePageOptions AcquirePageOptions {
   TwainAcquirePageOptions get();
   void set (TwainAcquirePageOptions value);
}

Return Value

The paper size and paper orinetation values to use when transferring images from the current TWAIN source

Example

For an example, refer to TwainSession.ImageEffects example.

Remarks

The AcquirePageOptions property will get and set the paper size and paper orinetation values for the current TWAIN source.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also