Search Results for

    Show / Hide Table of Contents

    Interface IImageCodecInfo

    Describes an image codec.

    Namespace: PhotoSauce.MagicScaler
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public interface IImageCodecInfo

    Properties

    FileExtensions

    A list of file extensions supported by the codec.

    Declaration
    IEnumerable<string> FileExtensions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    Remarks

    Extensions should include a leading dot ('.').

    MimeTypes

    A list of MIME types supported by the codec.

    Declaration
    IEnumerable<string> MimeTypes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    Name

    The friendly name of the codec.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX