WebPReader.Height Property

Gets an entire WebP image height.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public override int Height { get; }

Property Value

The entire WebP image height (in pixels).

Implements

IImageParams.Height

See Also

Reference