'Declaration
<DescriptionAttribute("Indicates whether the session with the data source and data source manager will be closed before returning from the StartSession method.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property CloseSessionAfterAcquisition As Boolean
'Usage
Dim instance As TwainDevice
Dim value As Boolean
instance.CloseSessionAfterAcquisition = value
value = instance.CloseSessionAfterAcquisition
[DescriptionAttribute("Indicates whether the session with the data source and data source manager will be closed before returning from the StartSession method.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool CloseSessionAfterAcquisition {get; set;}
[DescriptionAttribute("Indicates whether the session with the data source and data source manager will be closed before returning from the StartSession method.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property bool get_CloseSessionAfterAcquisition();
public: __property void set_CloseSessionAfterAcquisition(
bool value
);
[DescriptionAttribute("Indicates whether the session with the data source and data source manager will be closed before returning from the StartSession method.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property bool CloseSessionAfterAcquisition {
bool get();
void set ( bool value);
}