Search Results for

    Show / Hide Table of Contents

    Class TiffDecoderOptions

    TIFF decoder options.

    Inheritance
    System.Object
    TiffDecoderOptions
    Implements
    IMultiFrameDecoderOptions
    IDecoderOptions
    System.IEquatable<TiffDecoderOptions>
    Namespace: PhotoSauce.MagicScaler
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class TiffDecoderOptions : ValueType, IMultiFrameDecoderOptions, IDecoderOptions

    Constructors

    TiffDecoderOptions(Range)

    TIFF decoder options.

    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
    Type Description
    TiffDecoderOptions

    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
    Type Name Description
    TiffDecoderOptions other
    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
    Type Name Description
    TiffDecoderOptions left
    TiffDecoderOptions right
    Returns
    Type Description
    System.Boolean

    Inequality(TiffDecoderOptions, TiffDecoderOptions)

    Declaration
    public static bool operator !=(TiffDecoderOptions left, TiffDecoderOptions right)
    Parameters
    Type Name Description
    TiffDecoderOptions left
    TiffDecoderOptions right
    Returns
    Type Description
    System.Boolean

    Implements

    IMultiFrameDecoderOptions
    IDecoderOptions
    System.IEquatable<>
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX