Table of Contents

Class SBSDKBarcodeFormatCode39Configuration

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

Constructors

SBSDKBarcodeFormatCode39Configuration()

public SBSDKBarcodeFormatCode39Configuration()

SBSDKBarcodeFormatCode39Configuration(NSObjectFlag)

protected SBSDKBarcodeFormatCode39Configuration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeFormatCode39Configuration(NativeHandle)

protected SBSDKBarcodeFormatCode39Configuration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKBarcodeFormatCode39Configuration(string, double, bool, nint, bool, nint, nint, bool, bool, bool, bool, bool, bool)

public SBSDKBarcodeFormatCode39Configuration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, nint minimum1DQuietZoneSize, bool stripCheckDigits, nint minimumTextLength, nint maximumTextLength, bool code32, bool code39, bool pzn7, bool pzn8, bool tryCode39ExtendedMode, bool useCode39CheckDigit)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
minimum1DQuietZoneSize nint
stripCheckDigits bool
minimumTextLength nint
maximumTextLength nint
code32 bool
code39 bool
pzn7 bool
pzn8 bool
tryCode39ExtendedMode bool
useCode39CheckDigit bool

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Code32

public virtual bool Code32 { get; set; }

Property Value

bool

Code39

public virtual bool Code39 { get; set; }

Property Value

bool

Hash

public virtual nuint Hash { get; }

Property Value

nuint

MaximumTextLength

public virtual nint MaximumTextLength { get; set; }

Property Value

nint

MinimumTextLength

public virtual nint MinimumTextLength { get; set; }

Property Value

nint

Pzn7

public virtual bool Pzn7 { get; set; }

Property Value

bool

Pzn8

public virtual bool Pzn8 { get; set; }

Property Value

bool

StripCheckDigits

public virtual bool StripCheckDigits { get; set; }

Property Value

bool

TryCode39ExtendedMode

public virtual bool TryCode39ExtendedMode { get; set; }

Property Value

bool

UseCode39CheckDigit

public virtual bool UseCode39CheckDigit { get; set; }

Property Value

bool

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKBarcodeFormatCode39Configuration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKBarcodeFormatCode39Configuration

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

New()

public static SBSDKBarcodeFormatCode39Configuration New()

Returns

SBSDKBarcodeFormatCode39Configuration

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string