Table of Contents

Class PathLoadMode

Namespace
IO.Scanbot.Sdk.Core
Assembly
DocumentSDK.NET.Droid.dll
public sealed class PathLoadMode : Enum
Inheritance
PathLoadMode

Properties

Eager

public static PathLoadMode Eager { get; }

Property Value

PathLoadMode

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Lazy

public static PathLoadMode Lazy { get; }

Property Value

PathLoadMode

LazyWithCopy

public static PathLoadMode LazyWithCopy { get; }

Property Value

PathLoadMode

Methods

FromJson(string)

public static PathLoadMode FromJson(string json)

Parameters

json string

Returns

PathLoadMode

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static PathLoadMode ValueOf(string value)

Parameters

value string

Returns

PathLoadMode

Values()

public static PathLoadMode[] Values()

Returns

PathLoadMode[]