Table of Contents

Class ModifyPageOptions

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

Constructors

ModifyPageOptions()

public ModifyPageOptions()

Properties

Filters

public ParametricFilter[] Filters { get; set; }

Property Value

ParametricFilter[]

Polygon

public PointF[] Polygon { get; set; }

Property Value

PointF[]

Rotation

public ImageRotation Rotation { get; set; }

Property Value

ImageRotation

Methods

FromJson(string)

public static ModifyPageOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

ModifyPageOptions