Class ResamplingMethod
- Namespace
- IO.Scanbot.Sdk.Pdfgeneration
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/pdfgeneration/ResamplingMethod", DoNotGenerateAcw = true)]
public sealed class ResamplingMethod : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ResamplingMethod
- Implements
-
- Inherited Members
-
Properties
Area
[Register("AREA")]
public static ResamplingMethod Area { get; }
Property Value
- ResamplingMethod
Cubic
[Register("CUBIC")]
public static ResamplingMethod Cubic { get; }
Property Value
- ResamplingMethod
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Lanczos4
[Register("LANCZOS4")]
public static ResamplingMethod Lanczos4 { get; }
Property Value
- ResamplingMethod
Linear
[Register("LINEAR")]
public static ResamplingMethod Linear { get; }
Property Value
- ResamplingMethod
Nearest
[Register("NEAREST")]
public static ResamplingMethod Nearest { get; }
Property Value
- ResamplingMethod
None
[Register("NONE")]
public static ResamplingMethod None { get; }
Property Value
- ResamplingMethod
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/pdfgeneration/ResamplingMethod;", "")]
public static ResamplingMethod FromJson(string json)
Parameters
json string
Returns
- ResamplingMethod
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/pdfgeneration/ResamplingMethod;", "")]
public static ResamplingMethod ValueOf(string value)
Parameters
value string
Returns
- ResamplingMethod
Values()
[Register("values", "()[Lio/scanbot/sdk/pdfgeneration/ResamplingMethod;", "")]
public static ResamplingMethod[] Values()
Returns
- ResamplingMethod[]