Class SBSDKCharacterLevelAnnotation
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKCharacterLevelAnnotation : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKCharacterLevelAnnotation
- Implements
-
INSCopying
INativeObject
- Extension Methods
-
Constructors
SBSDKCharacterLevelAnnotation(CGPoint, double, double, double, double, double, double, double, double)
public SBSDKCharacterLevelAnnotation(CGPoint plotCenter, double plotWidth, double plotHeight, double ocrability, double contrast, double fontSize, double orientation, double orientationNormalized, double orientationDeviation)
Parameters
plotCenter CGPoint
plotWidth double
plotHeight double
ocrability double
contrast double
fontSize double
orientation double
orientationNormalized double
orientationDeviation double
SBSDKCharacterLevelAnnotation(NSObjectFlag)
protected SBSDKCharacterLevelAnnotation(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKCharacterLevelAnnotation(NativeHandle)
protected SBSDKCharacterLevelAnnotation(NativeHandle handle)
Parameters
handle NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Contrast
public virtual double Contrast { get; }
Property Value
- double
FontSize
public virtual double FontSize { get; }
Property Value
- double
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Ocrability
public virtual double Ocrability { get; }
Property Value
- double
Orientation
public virtual double Orientation { get; }
Property Value
- double
OrientationDeviation
public virtual double OrientationDeviation { get; }
Property Value
- double
OrientationNormalized
public virtual double OrientationNormalized { get; }
Property Value
- double
PlotCenter
public virtual CGPoint PlotCenter { get; }
Property Value
- CGPoint
PlotHeight
public virtual double PlotHeight { get; }
Property Value
- double
PlotWidth
public virtual double PlotWidth { get; }
Property Value
- double
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKCharacterLevelAnnotation? FromJsonWithJson(string json)
Parameters
json string
Returns
- SBSDKCharacterLevelAnnotation
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration SBSDKToJSONConfiguration
Returns
- string