Table of Contents

Class SBSDKBarcodeFormatCode2Of5Configuration

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeFormatCode2Of5Configuration : SBSDKBarcodeFormatOneDConfigurationBase, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKBarcodeFormatCode2Of5Configuration
Implements
INSCopying
INativeObject
Inherited Members

Constructors

SBSDKBarcodeFormatCode2Of5Configuration()

public SBSDKBarcodeFormatCode2Of5Configuration()

SBSDKBarcodeFormatCode2Of5Configuration(NSObjectFlag)

protected SBSDKBarcodeFormatCode2Of5Configuration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeFormatCode2Of5Configuration(NativeHandle)

protected SBSDKBarcodeFormatCode2Of5Configuration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKBarcodeFormatCode2Of5Configuration(string, double, bool, nint, bool, nint, nint, bool, bool, bool, bool)

public SBSDKBarcodeFormatCode2Of5Configuration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, nint minimum1DQuietZoneSize, bool stripCheckDigits, nint minimumTextLength, nint maximumTextLength, bool iata2of5, bool code25, bool industrial2of5, bool useIATA2OF5Checksum)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
minimum1DQuietZoneSize nint
stripCheckDigits bool
minimumTextLength nint
maximumTextLength nint
iata2of5 bool
code25 bool
industrial2of5 bool
useIATA2OF5Checksum bool

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Code25

public virtual bool Code25 { get; set; }

Property Value

bool

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Iata2of5

public virtual bool Iata2of5 { get; set; }

Property Value

bool

Industrial2of5

public virtual bool Industrial2of5 { get; set; }

Property Value

bool

MaximumTextLength

public virtual nint MaximumTextLength { get; set; }

Property Value

nint

MinimumTextLength

public virtual nint MinimumTextLength { get; set; }

Property Value

nint

StripCheckDigits

public virtual bool StripCheckDigits { get; set; }

Property Value

bool

UseIATA2OF5Checksum

public virtual bool UseIATA2OF5Checksum { get; set; }

Property Value

bool

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKBarcodeFormatCode2Of5Configuration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKBarcodeFormatCode2Of5Configuration

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

New()

public static SBSDKBarcodeFormatCode2Of5Configuration New()

Returns

SBSDKBarcodeFormatCode2Of5Configuration

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string