Class DocumentScannerOutputSettings
[Register("io/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings", DoNotGenerateAcw = true)]
public sealed class DocumentScannerOutputSettings : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocumentScannerOutputSettings
- Implements
- Inherited Members
Constructors
DocumentScannerOutputSettings()
[Register(".ctor", "()V", "")]
public DocumentScannerOutputSettings()
DocumentScannerOutputSettings(JSONObject)
[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public DocumentScannerOutputSettings(JSONObject json)
Parameters
json
JSONObject
DocumentScannerOutputSettings(IDictionary<string, Object>)
[Register(".ctor", "(Ljava/util/Map;)V", "")]
public DocumentScannerOutputSettings(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
DocumentScannerOutputSettings(int, int, DocumentAnalysisMode, ParametricFilter)
[Register(".ctor", "(IILio/scanbot/sdk/ui_v2/document/configuration/DocumentAnalysisMode;Lio/scanbot/sdk/imagefilters/ParametricFilter;)V", "")]
public DocumentScannerOutputSettings(int pagesScanLimit, int documentImageSizeLimit, DocumentAnalysisMode documentAnalysisMode, ParametricFilter defaultFilter)
Parameters
pagesScanLimit
intdocumentImageSizeLimit
intdocumentAnalysisMode
DocumentAnalysisModedefaultFilter
ParametricFilter
Properties
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
DefaultFilter
public ParametricFilter DefaultFilter { get; set; }
Property Value
DocumentAnalysisMode
public DocumentAnalysisMode DocumentAnalysisMode { get; set; }
Property Value
DocumentImageSizeLimit
public int DocumentImageSizeLimit { get; set; }
Property Value
PagesScanLimit
public int PagesScanLimit { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()I", "")]
public int Component1()
Returns
Component2()
[Register("component2", "()I", "")]
public int Component2()
Returns
Component3()
[Register("component3", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentAnalysisMode;", "")]
public DocumentAnalysisMode Component3()
Returns
Component4()
[Register("component4", "()Lio/scanbot/sdk/imagefilters/ParametricFilter;", "")]
public ParametricFilter Component4()
Returns
Copy(int, int, DocumentAnalysisMode, ParametricFilter)
[Register("copy", "(IILio/scanbot/sdk/ui_v2/document/configuration/DocumentAnalysisMode;Lio/scanbot/sdk/imagefilters/ParametricFilter;)Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings;", "")]
public DocumentScannerOutputSettings Copy(int pagesScanLimit, int documentImageSizeLimit, DocumentAnalysisMode documentAnalysisMode, ParametricFilter defaultFilter)
Parameters
pagesScanLimit
intdocumentImageSizeLimit
intdocumentAnalysisMode
DocumentAnalysisModedefaultFilter
ParametricFilter
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings;", "")]
public static DocumentScannerOutputSettings Default()
Returns
DescribeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
[Register("describeContents", "()I", "")]
public int DescribeContents()
Returns
- int
a bitmask indicating the set of special object types marshaled by this Parcelable object instance.
Remarks
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
ToJson()
[Register("toJson", "()Lorg/json/JSONObject;", "")]
public JSONObject ToJson()
Returns
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.
[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcelflags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the