Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopImageDimensionExtractor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Media
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class NoopImageDimensionExtractor : IImageDimensionExtractor

    Properties

    View Source

    SupportedImageFileTypes

    Declaration
    public IEnumerable<string> SupportedImageFileTypes { get; }
    Property Value
    Type Description
    IEnumerable<System.String>

    Methods

    View Source

    GetDimensions(Stream)

    Declaration
    public Size? GetDimensions(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    System.Nullable<System.Drawing.Size>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • SupportedImageFileTypes
    • Methods
      • GetDimensions(Stream)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX