Table of Contents

Class UserFieldIntValue

Namespace
ScanbotSDK.MAUI.Core.TiffGeneration
Assembly
DocumentSDK.MAUI.dll
public class UserFieldIntValue : UserFieldValue
Inheritance
UserFieldIntValue
Inherited Members

Constructors

UserFieldIntValue()

public UserFieldIntValue()

Properties

Value

[JsonRequired]
public int Value { get; set; }

Property Value

int

Methods

FromJson(string)

public static UserFieldIntValue FromJson(string rawJson)

Parameters

rawJson string

Returns

UserFieldIntValue