Class ResamplingMethod
- Namespace
- IO.Scanbot.Pdf.Model
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/pdf/model/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
Index
public int Index { get; }
Property Value
- int
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
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/pdf/model/ResamplingMethod;", "")]
public static ResamplingMethod ValueOf(string value)
Parameters
value
string
Returns
- ResamplingMethod
Values()
[Register("values", "()[Lio/scanbot/pdf/model/ResamplingMethod;", "")]
public static ResamplingMethod[] Values()
Returns
- ResamplingMethod[]