Table of Contents

Class SnappingDraft

Namespace
IO.Scanbot.Sdk.Entity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class SnappingDraft : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
SnappingDraft
Implements

Constructors

SnappingDraft()

public SnappingDraft()

SnappingDraft(IList<Page>, string, bool)

public SnappingDraft(IList<Page> pages, string documentName, bool isCombined)

Parameters

pages IList<Page>
documentName string
isCombined bool

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

DocumentName

public string DocumentName { get; set; }

Property Value

string

IsCombined

public bool IsCombined { get; set; }

Property Value

bool

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Pages

public IList<Page> Pages { get; }

Property Value

IList<Page>

Methods

AddPage(Page)

public void AddPage(Page page)

Parameters

page Page

AddPage(int, Page)

public void AddPage(int position, Page page)

Parameters

position int
page Page

DeletePage(Page)

public void DeletePage(Page page)

Parameters

page Page

DeletePage(int)

public void DeletePage(int position)

Parameters

position int

DescribeContents()

public int DescribeContents()

Returns

int

GetPage(int)

public Page GetPage(int position)

Parameters

position int

Returns

Page

GetPosition(Page)

public int GetPosition(Page page)

Parameters

page Page

Returns

int

ReplacePage(int, Page)

public void ReplacePage(int position, Page page)

Parameters

position int
page Page

Size()

public int Size()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags