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



Gets or sets the paper size and paper orientation 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);
}

Property Value

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

Example

For an example, refer to Leadtools.Twain.TwainSession.ImageEffects example.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also