Class TiffDecoderOptions
  
  
  
  
    Inheritance
    System.Object
    TiffDecoderOptions
   
  
  
  Assembly: PhotoSauce.MagicScaler.dll
  Syntax
  
    public sealed class TiffDecoderOptions : ValueType, IMultiFrameDecoderOptions, IDecoderOptions
   
  Constructors
  
  
  
  
  TiffDecoderOptions(Range)
  
  
  Declaration
  
    public TiffDecoderOptions(Range FrameRange)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Range | 
        FrameRange | 
        The System.Range of frames to decode. 
 | 
      
    
  
  Properties
  
  
  
  
  Default
  Default TIFF decoder options.
 
  
  Declaration
  
    public static TiffDecoderOptions Default { get; }
   
  Property Value
  
  
  
  
  FrameRange
  The System.Range of frames to decode.
 
  
  Declaration
  
    public Range FrameRange { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Range | 
         | 
      
    
  
  Methods
  
  
  
  
  Deconstruct(out Range)
  
  
  Declaration
  
    public void Deconstruct(out Range FrameRange)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Range | 
        FrameRange | 
         | 
      
    
  
  
  
  
  Equals(TiffDecoderOptions)
  
  
  Declaration
  
    public bool Equals(TiffDecoderOptions other)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        obj | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Operators
  
  
  
  
  Equality(TiffDecoderOptions, TiffDecoderOptions)
  
  
  Declaration
  
    public static bool operator ==(TiffDecoderOptions left, TiffDecoderOptions right)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Inequality(TiffDecoderOptions, TiffDecoderOptions)
  
  
  Declaration
  
    public static bool operator !=(TiffDecoderOptions left, TiffDecoderOptions right)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Implements
  
  
  
      System.IEquatable<>