Table of Contents

Class PdfExtractorOptions

Namespace
ScanbotSDK.MAUI.Core.PdfExtractor
Assembly
DocumentSDK.MAUI.dll
public class PdfExtractorOptions
Inheritance
PdfExtractorOptions
Inherited Members

Constructors

PdfExtractorOptions()

public PdfExtractorOptions()

Properties

Quality

public int Quality { get; set; }

Property Value

int

Scaling

public double Scaling { get; set; }

Property Value

double

Methods

FromJson(string)

public static PdfExtractorOptions FromJson(string rawJson)

Parameters

rawJson string

Returns

PdfExtractorOptions