Class NoopImageDimensionExtractor
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Media
Assembly: Umbraco.Core.dll
Syntax
public sealed class NoopImageDimensionExtractor : IImageDimensionExtractor
Properties
View SourceSupportedImageFileTypes
Declaration
public IEnumerable<string> SupportedImageFileTypes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
Methods
View SourceGetDimensions(Stream)
Declaration
public Size? GetDimensions(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream |
Returns
Type | Description |
---|---|
System.Nullable<System.Drawing.Size> |