Accusoft.TwainProSdk Namespace > TwainDevice Class : ImageLayout Property |
'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); }
The Image Layout rectangle defines what portion of the Data Source's scanning area is acquired.
Call this method after OpenSession and before StartSession.