Table of Contents

Class SBSDKBarcodeFormatDataBarExpandedConfiguration

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

Constructors

SBSDKBarcodeFormatDataBarExpandedConfiguration()

public SBSDKBarcodeFormatDataBarExpandedConfiguration()

SBSDKBarcodeFormatDataBarExpandedConfiguration(NSObjectFlag)

protected SBSDKBarcodeFormatDataBarExpandedConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeFormatDataBarExpandedConfiguration(NativeHandle)

protected SBSDKBarcodeFormatDataBarExpandedConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKBarcodeFormatDataBarExpandedConfiguration(string, double, bool, nint, SBSDKGS1Handling)

public SBSDKBarcodeFormatDataBarExpandedConfiguration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, nint minimum1DQuietZoneSize, SBSDKGS1Handling gs1Handling)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
minimum1DQuietZoneSize nint
gs1Handling SBSDKGS1Handling

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Gs1Handling

public virtual SBSDKGS1Handling Gs1Handling { get; set; }

Property Value

SBSDKGS1Handling

Hash

public virtual nuint Hash { get; }

Property Value

nuint

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKBarcodeFormatDataBarExpandedConfiguration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKBarcodeFormatDataBarExpandedConfiguration

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

New()

public static SBSDKBarcodeFormatDataBarExpandedConfiguration New()

Returns

SBSDKBarcodeFormatDataBarExpandedConfiguration

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string