<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.4.23259.4" />

FrameDimension

public sealed class FrameDimension
Provides properties that get the frame dimensions of an image. Not inheritable.
public static FrameDimension Page { get; }

Gets the page dimension.

public static FrameDimension Resolution { get; }

Gets the resolution dimension.

public static FrameDimension Time { get; }

Gets the time dimension.

public Guid Guid { get; }

Gets a globally unique identifier (GUID) that represents this FrameDimension object.

public FrameDimension(Guid guid)

Initializes a new instance of the FrameDimension class using the specified Guid structure.