Table of Contents

Class ImageFilterTypeExtensionsKt

Namespace
IO.Scanbot.Sdk.UI.View.Camera.Configuration.Json
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/camera/configuration/json/ImageFilterTypeExtensionsKt", DoNotGenerateAcw = true)]
public sealed class ImageFilterTypeExtensionsKt : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ImageFilterTypeExtensionsKt
Implements
Inherited Members

Methods

ToJson(ImageFilterType)

[Register("toJson", "(Lio/scanbot/sdk/process/ImageFilterType;)Lio/scanbot/sdk/ui/configuration/json/JsonImageFilterType;", "")]
public static JsonImageFilterType ToJson(ImageFilterType obj)

Parameters

obj ImageFilterType

Returns

JsonImageFilterType

ToSdk(JsonImageFilterType)

[Register("toSdk", "(Lio/scanbot/sdk/ui/configuration/json/JsonImageFilterType;)Lio/scanbot/sdk/process/ImageFilterType;", "")]
public static ImageFilterType ToSdk(JsonImageFilterType obj)

Parameters

obj JsonImageFilterType

Returns

ImageFilterType