Table of Contents

Class PdfConfiguration

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll
public class PdfConfiguration
Inheritance
PdfConfiguration
Inherited Members

Constructors

PdfConfiguration()

public PdfConfiguration()

Properties

Attributes

public PdfAttributes Attributes { get; set; }

Property Value

PdfAttributes

Dpi

public int Dpi { get; set; }

Property Value

int

JpegQuality

public int JpegQuality { get; set; }

Property Value

int

PageDirection

public PageDirection PageDirection { get; set; }

Property Value

PageDirection

PageFit

public PageFit PageFit { get; set; }

Property Value

PageFit

PageSize

public PageSize PageSize { get; set; }

Property Value

PageSize

ResamplingMethod

public ResamplingMethod ResamplingMethod { get; set; }

Property Value

ResamplingMethod

Methods

FromJson(string)

public static PdfConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

PdfConfiguration

FromNative(PdfConfiguration)

public static PdfConfiguration FromNative(PdfConfiguration source)

Parameters

source PdfConfiguration

Returns

PdfConfiguration

FromNative(SBSDKPDFConfiguration)

public static PdfConfiguration FromNative(SBSDKPDFConfiguration source)

Parameters

source SBSDKPDFConfiguration

Returns

PdfConfiguration

ToNative()

public PdfConfiguration ToNative()

Returns

PdfConfiguration