Class DocumentScannerNavigationEvent.CloseSnapping
- Namespace
- IO.Scanbot.Sdk.UI.View.Camera
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class DocumentScannerNavigationEvent.CloseSnapping : DocumentScannerNavigationEvent, IEvent, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
DocumentScannerNavigationEvent.CloseSnapping
- Implements
-
Constructors
CloseSnapping(IList<Page>, bool, bool, bool)
public CloseSnapping(IList<Page> snappedPages, bool flashEnabled, bool multiPageEnabled, bool autoSnappingEnabled)
Parameters
snappedPages
IList<Page>
flashEnabled
bool
multiPageEnabled
bool
autoSnappingEnabled
bool
Properties
AutoSnappingEnabled
public bool AutoSnappingEnabled { get; }
Property Value
- bool
FlashEnabled
public bool FlashEnabled { get; }
Property Value
- bool
MultiPageEnabled
public bool MultiPageEnabled { get; }
Property Value
- bool
SnappedPages
public IList<Page> SnappedPages { get; }
Property Value
- IList<Page>
Methods
Component1()
public IList<Page> Component1()
Returns
- IList<Page>
Component2()
Returns
- bool
Component3()
Returns
- bool
Component4()
Returns
- bool
Copy(IList<Page>, bool, bool, bool)
public DocumentScannerNavigationEvent.CloseSnapping Copy(IList<Page> snappedPages, bool flashEnabled, bool multiPageEnabled, bool autoSnappingEnabled)
Parameters
snappedPages
IList<Page>
flashEnabled
bool
multiPageEnabled
bool
autoSnappingEnabled
bool
Returns
- DocumentScannerNavigationEvent.CloseSnapping