ImageReader.Frames Property

Gets a collection of frames of the opened image.

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

Syntax

C#
public FrameCollectionBase Frames { get; }

Property Value

A FrameCollectionBase containing frames (layes) of the opened image.

See Also

Reference