Table of Contents

Class DocumentUtilsKt

Namespace
IO.Scanbot.Sdk.Util
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/DocumentUtilsKt", DoNotGenerateAcw = true)]
public sealed class DocumentUtilsKt : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentUtilsKt
Implements
Inherited Members

Methods

ToDocument(IList<Page>, ScanbotSDK, int)

[Register("toDocument", "(Ljava/util/List;Lio/scanbot/sdk/ScanbotSDK;I)Lio/scanbot/sdk/docprocessing/Document;", "")]
public static Document ToDocument(IList<Page> obj, ScanbotSDK scanbotSdk, int documentImageSizeLimit)

Parameters

obj IList<Page>
scanbotSdk ScanbotSDK
documentImageSizeLimit int

Returns

Document