Table of Contents

Class BarcodeFormatPdf417Configuration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeFormatPdf417Configuration : BarcodeFormatTwoDConfigurationBase
Inheritance
BarcodeFormatPdf417Configuration
Inherited Members

Constructors

BarcodeFormatPdf417Configuration()

public BarcodeFormatPdf417Configuration()

Properties

Gs1Handling

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

StrictMode

public bool StrictMode { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatPdf417Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatPdf417Configuration

FromNative(BarcodeFormatPdf417Configuration)

public static BarcodeFormatPdf417Configuration FromNative(BarcodeFormatPdf417Configuration source)

Parameters

source BarcodeFormatPdf417Configuration

Returns

BarcodeFormatPdf417Configuration

FromNative(SBSDKBarcodeFormatPDF417Configuration)

public static BarcodeFormatPdf417Configuration FromNative(SBSDKBarcodeFormatPDF417Configuration source)

Parameters

source SBSDKBarcodeFormatPDF417Configuration

Returns

BarcodeFormatPdf417Configuration

ToNative()

public override BarcodeFormatPdf417Configuration ToNative()

Returns

BarcodeFormatPdf417Configuration