Table of Contents

Class ResamplingMethod

Namespace
IO.Scanbot.Pdf.Model
Assembly
DocumentSDK.NET.Droid.dll
public sealed class ResamplingMethod : Enum
Inheritance
ResamplingMethod

Properties

Area

public static ResamplingMethod Area { get; }

Property Value

ResamplingMethod

Cubic

public static ResamplingMethod Cubic { get; }

Property Value

ResamplingMethod

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Lanczos4

public static ResamplingMethod Lanczos4 { get; }

Property Value

ResamplingMethod

Linear

public static ResamplingMethod Linear { get; }

Property Value

ResamplingMethod

Nearest

public static ResamplingMethod Nearest { get; }

Property Value

ResamplingMethod

None

public static ResamplingMethod None { get; }

Property Value

ResamplingMethod

Methods

FromJson(string)

public static ResamplingMethod FromJson(string json)

Parameters

json string

Returns

ResamplingMethod

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static ResamplingMethod ValueOf(string value)

Parameters

value string

Returns

ResamplingMethod

Values()

public static ResamplingMethod[] Values()

Returns

ResamplingMethod[]