Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Image.ImageSupport.GetImageSizeAsync Method

Get the image size (temp files only)

Class: YetaWF.Core.Image.ImageSupport
Namespace: YetaWF.Core.Image
Assembly: YetaWF.Core

Syntax

public static Task<ValueTuple<int,int>> GetImageSizeAsync( string name );
public static Task<ValueTuple<int,int>> GetImageSizeAsync( byte[] data );
public static Task<ValueTuple<int,int>> GetImageSizeAsync(
    string name,
    string folder );

Parameters

name

(not specified)

data

(not specified)

folder

(not specified)

See Also YetaWF.Core.Image.ImageSupport ClassYetaWF.Core Overview