Class SBSDKImageMetadata  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - DocumentSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKImageMetadata : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKImageMetadata
     
  
  Constructors
  
  
  
  
  
    public SBSDKImageMetadata()
   
  
  
  
  
  
    public SBSDKImageMetadata(NSDictionary<NSString, NSObject> metadata)
   
  Parameters
  
    metadata NSDictionary<NSString, NSObject> 
    
  
  
  
  
  
  
    protected SBSDKImageMetadata(NSObjectFlag? t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  
  
  
    protected SBSDKImageMetadata(NativeHandle? handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  
  
  
    public virtual double Altitude { get; set; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public virtual double Aperture { get; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public override NativeHandle? ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  
  
  
    public virtual NSDate? DigitalizationDate { get; set; }
   
  Property Value
  
    - NSDate
 
    
  
  
  
  
  
  
    public virtual double ExposureTime { get; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public virtual double FocalLength { get; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public virtual double FocalLength35mm { get; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public virtual double ISOValue { get; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public virtual nint ImageHeight { get; set; }
   
  Property Value
  
    - nint
 
    
  
  
  
  
  
  
    public virtual nint ImageWidth { get; set; }
   
  Property Value
  
    - nint
 
    
  
  
  
  
  
  
    public virtual double Latitude { get; set; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public virtual string? LensMaker { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public virtual string? LensModel { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  
  
  
    public virtual double Longitude { get; set; }
   
  Property Value
  
    - double
 
    
  
  
  
  
  
  
    public virtual NSDictionary<NSString, NSObject> MetadataDictionary { get; }
   
  Property Value
  
    - NSDictionary<NSString, NSObject>
 
    
  
  
  
  
  
  
    public virtual nint Orientation { get; set; }
   
  Property Value
  
    - nint
 
    
  
  
  
  
  
  
    public virtual NSDate? OriginalDate { get; set; }
   
  Property Value
  
    - NSDate
 
    
  
  
  
  
  
  
    public virtual string? Title { get; set; }
   
  Property Value
  
    - string