Accusoft.TwainPro9.Net
ImageLayout Property




Gets or sets the Image Layout rectangle for the current Data Source.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets or sets the Image Layout rectangle for the current Data Source.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ImageLayout As RectangleF
'Usage
 
Dim instance As TwainDevice
Dim value As RectangleF
 
instance.ImageLayout = value
 
value = instance.ImageLayout
[Browsable(false)]
[Description("Gets or sets the Image Layout rectangle for the current Data Source.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public RectangleF ImageLayout {get; set;}
[Browsable(false)]
[Description("Gets or sets the Image Layout rectangle for the current Data Source.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property RectangleF get_ImageLayout();
public: __property void set_ImageLayout( 
   RectangleF value
);
[Browsable(false)]
[Description("Gets or sets the Image Layout rectangle for the current Data Source.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property RectangleF ImageLayout {
   RectangleF get();
   void set (    RectangleF value);
}
Remarks

The Image Layout rectangle defines what portion of the Data Source's scanning area is acquired.

Call this method after OpenSession and before StartSession.

See Also

Reference

TwainDevice Class
TwainDevice Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback