Class Page
- Namespace
- IO.Scanbot.Sdk.Persistence
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/Page", DoNotGenerateAcw = true)]
public sealed class Page : Object, IParcelable, ISerializable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
Page
- Implements
- Inherited Members
- Extension Methods
Constructors
Page()
[Register(".ctor", "()V", "")]
public Page()
Page(string, IList<PointF>, DetectionStatus)
[Register(".ctor", "(Ljava/lang/String;Ljava/util/List;Lio/scanbot/sdk/core/contourdetector/DetectionStatus;)V", "")]
public Page(string pageId, IList<PointF> polygon, DetectionStatus detectionStatus)
Parameters
pageId
stringpolygon
IList<PointF>detectionStatus
DetectionStatus
Page(string, IList<PointF>, DetectionStatus, ParametricFilter)
[Register(".ctor", "(Ljava/lang/String;Ljava/util/List;Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Lio/scanbot/imagefilters/ParametricFilter;)V", "")]
public Page(string pageId, IList<PointF> polygon, DetectionStatus detectionStatus, ParametricFilter parametricFilter)
Parameters
pageId
stringpolygon
IList<PointF>detectionStatus
DetectionStatusparametricFilter
ParametricFilter
Page(string, IList<PointF>, DetectionStatus, ImageFilterType)
[Register(".ctor", "(Ljava/lang/String;Ljava/util/List;Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Lio/scanbot/sdk/process/ImageFilterType;)V", "")]
[Obsolete("deprecated")]
public Page(string pageId, IList<PointF> polygon, DetectionStatus detectionStatus, ImageFilterType filter)
Parameters
pageId
stringpolygon
IList<PointF>detectionStatus
DetectionStatusfilter
ImageFilterType
Page(string, IList<PointF>, DetectionStatus, ImageFilterType, IList<ParametricFilter>, Size, PageImageSource)
[Register(".ctor", "(Ljava/lang/String;Ljava/util/List;Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Lio/scanbot/sdk/process/ImageFilterType;Ljava/util/List;Lio/scanbot/sdk/persistence/Page$Size;Lio/scanbot/sdk/persistence/PageImageSource;)V", "")]
public Page(string pageId, IList<PointF> polygon, DetectionStatus detectionStatus, ImageFilterType filter, IList<ParametricFilter> parametricFilters, Page.Size documentImageSizeLimit, PageImageSource pageImageSource)
Parameters
pageId
stringpolygon
IList<PointF>detectionStatus
DetectionStatusfilter
ImageFilterTypeparametricFilters
IList<ParametricFilter>documentImageSizeLimit
Page.SizepageImageSource
PageImageSource
Page(string, IList<PointF>, DetectionStatus, IList<ParametricFilter>)
[Register(".ctor", "(Ljava/lang/String;Ljava/util/List;Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Ljava/util/List;)V", "")]
public Page(string pageId, IList<PointF> polygon, DetectionStatus detectionStatus, IList<ParametricFilter> parametricFilters)
Parameters
pageId
stringpolygon
IList<PointF>detectionStatus
DetectionStatusparametricFilters
IList<ParametricFilter>
Page(string, IList<PointF>, DetectionStatus, IList<ParametricFilter>, Size)
[Register(".ctor", "(Ljava/lang/String;Ljava/util/List;Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Ljava/util/List;Lio/scanbot/sdk/persistence/Page$Size;)V", "")]
public Page(string pageId, IList<PointF> polygon, DetectionStatus detectionStatus, IList<ParametricFilter> parametricFilters, Page.Size documentImageSizeLimit)
Parameters
pageId
stringpolygon
IList<PointF>detectionStatus
DetectionStatusparametricFilters
IList<ParametricFilter>documentImageSizeLimit
Page.Size
Properties
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
DetectionStatus
public DetectionStatus DetectionStatus { get; }
Property Value
DocumentImageSizeLimit
public Page.Size DocumentImageSizeLimit { get; }
Property Value
Filter
[Obsolete("deprecated")]
public ImageFilterType Filter { get; }
Property Value
PageId
public string PageId { get; }
Property Value
PageImageSource
public PageImageSource PageImageSource { get; }
Property Value
ParametricFilters
public IList<ParametricFilter> ParametricFilters { get; }
Property Value
Polygon
public IList<PointF> Polygon { get; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()
Returns
Component2()
[Register("component2", "()Ljava/util/List;", "")]
public IList<PointF> Component2()
Returns
Component3()
[Register("component3", "()Lio/scanbot/sdk/core/contourdetector/DetectionStatus;", "")]
public DetectionStatus Component3()
Returns
Component4()
[Register("component4", "()Lio/scanbot/sdk/process/ImageFilterType;", "")]
public ImageFilterType Component4()
Returns
Component5()
[Register("component5", "()Ljava/util/List;", "")]
public IList<ParametricFilter> Component5()
Returns
Component6()
[Register("component6", "()Lio/scanbot/sdk/persistence/Page$Size;", "")]
public Page.Size Component6()
Returns
Component7()
[Register("component7", "()Lio/scanbot/sdk/persistence/PageImageSource;", "")]
public PageImageSource Component7()
Returns
Copy(string, IList<PointF>, DetectionStatus, ImageFilterType, IList<ParametricFilter>, Size, PageImageSource)
[Register("copy", "(Ljava/lang/String;Ljava/util/List;Lio/scanbot/sdk/core/contourdetector/DetectionStatus;Lio/scanbot/sdk/process/ImageFilterType;Ljava/util/List;Lio/scanbot/sdk/persistence/Page$Size;Lio/scanbot/sdk/persistence/PageImageSource;)Lio/scanbot/sdk/persistence/Page;", "")]
public Page Copy(string pageId, IList<PointF> polygon, DetectionStatus detectionStatus, ImageFilterType filter, IList<ParametricFilter> parametricFilters, Page.Size documentImageSizeLimit, PageImageSource pageImageSource)
Parameters
pageId
stringpolygon
IList<PointF>detectionStatus
DetectionStatusfilter
ImageFilterTypeparametricFilters
IList<ParametricFilter>documentImageSizeLimit
Page.SizepageImageSource
PageImageSource
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
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