Table of Contents

Class AddPageOptions

Namespace
ScanbotSDK.MAUI.Core.Document
Assembly
DocumentSDK.MAUI.dll
public class AddPageOptions
Inheritance
AddPageOptions
Inherited Members

Constructors

AddPageOptions()

public AddPageOptions()

Properties

DocumentDetection

public bool DocumentDetection { get; set; }

Property Value

bool

Filters

public ParametricFilter[] Filters { get; set; }

Property Value

ParametricFilter[]

Index

public int? Index { get; set; }

Property Value

int?

Methods

FromJson(string)

public static AddPageOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

AddPageOptions