Class SBSDKBarcodeFormatRoyalTNTPostConfiguration
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeFormatRoyalTNTPostConfiguration : SBSDKBarcodeFormatFourStateConfigurationBase, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKBarcodeFormatRoyalTNTPostConfiguration
- Implements
-
INSCopying
INativeObject
- Inherited Members
-
Constructors
SBSDKBarcodeFormatRoyalTNTPostConfiguration()
public SBSDKBarcodeFormatRoyalTNTPostConfiguration()
SBSDKBarcodeFormatRoyalTNTPostConfiguration(NSObjectFlag)
protected SBSDKBarcodeFormatRoyalTNTPostConfiguration(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKBarcodeFormatRoyalTNTPostConfiguration(NativeHandle)
protected SBSDKBarcodeFormatRoyalTNTPostConfiguration(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKBarcodeFormatRoyalTNTPostConfiguration(string, double, bool)
public SBSDKBarcodeFormatRoyalTNTPostConfiguration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone)
Parameters
regexFilter
string
minimumSizeScore
double
addAdditionalQuietZone
bool
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
_type
public virtual string _type { get; }
Property Value
- string
Methods
FromJsonWithJson(string)
public static SBSDKBarcodeFormatRoyalTNTPostConfiguration? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKBarcodeFormatRoyalTNTPostConfiguration
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
New()
public static SBSDKBarcodeFormatRoyalTNTPostConfiguration New()
Returns
- SBSDKBarcodeFormatRoyalTNTPostConfiguration
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string