Table of Contents

Class CursorUtil

Namespace
IO.Scanbot.Sdk.Util
Assembly
DocumentSDK.NET.Droid.dll
public sealed class CursorUtil : Object
Inheritance
CursorUtil

Properties

Instance

public static CursorUtil Instance { get; }

Property Value

CursorUtil

Methods

CloseQuietly(ICursor)

public static void CloseQuietly(ICursor cursor)

Parameters

cursor ICursor

HasElements(ICursor)

public static bool HasElements(ICursor cursor)

Parameters

cursor ICursor

Returns

bool

InvokeEmptyCursor()

public static ICursor InvokeEmptyCursor()

Returns

ICursor