Class SBSDKUI2PermanentViewFinderConfiguration
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKUI2PermanentViewFinderConfiguration : SBSDKUI2BaseViewFinderConfiguration, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKUI2PermanentViewFinderConfiguration
- Implements
-
INSCopying
INativeObject
- Inherited Members
-
Constructors
SBSDKUI2PermanentViewFinderConfiguration()
public SBSDKUI2PermanentViewFinderConfiguration()
SBSDKUI2PermanentViewFinderConfiguration(NSObjectFlag)
protected SBSDKUI2PermanentViewFinderConfiguration(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUI2PermanentViewFinderConfiguration(NativeHandle)
protected SBSDKUI2PermanentViewFinderConfiguration(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKUI2PermanentViewFinderConfiguration(SBSDKUI2FinderStyle, SBSDKUI2Color, SBSDKAspectRatio, SBSDKUI2EdgeInsets, double)
public SBSDKUI2PermanentViewFinderConfiguration(SBSDKUI2FinderStyle style, SBSDKUI2Color overlayColor, SBSDKAspectRatio aspectRatio, SBSDKUI2EdgeInsets minimumInsets, double preferredHeight)
Parameters
style
SBSDKUI2FinderStyle
overlayColor
SBSDKUI2Color
aspectRatio
SBSDKAspectRatio
minimumInsets
SBSDKUI2EdgeInsets
preferredHeight
double
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 SBSDKUI2PermanentViewFinderConfiguration? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKUI2PermanentViewFinderConfiguration
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
New()
public static SBSDKUI2PermanentViewFinderConfiguration New()
Returns
- SBSDKUI2PermanentViewFinderConfiguration
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string