Class SBSDKBarcodeFormatConfigurationBase
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeFormatConfigurationBase : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKBarcodeFormatConfigurationBase
- Implements
-
INSCopying
INativeObject
- Derived
-
Constructors
protected SBSDKBarcodeFormatConfigurationBase(NSObjectFlag t)
Parameters
t
NSObjectFlag
protected SBSDKBarcodeFormatConfigurationBase(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
public virtual bool AddAdditionalQuietZone { get; set; }
Property Value
- bool
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
public virtual nuint Hash { get; }
Property Value
- nuint
public virtual double MinimumSizeScore { get; set; }
Property Value
- double
public virtual string RegexFilter { get; set; }
Property Value
- string
public virtual string _type { get; }
Property Value
- string
Methods
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
public static SBSDKBarcodeFormatConfigurationBase? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKBarcodeFormatConfigurationBase
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string