This documentation is for the old version. Go to the latest Graphics Mill docs

CustomFormatReader.LoadingMode Enumeration

Contains possible values corresponding to frame loading modes.

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

Syntax

Visual Basic
Public Enumeration LoadingMode
C#
public enum LoadingMode

Members

Member name Description
Thumbnail

Resized bitmap (thumbnail).

Bitmap

Original bitmap.

Remarks

Depending on these values, the LoadFrameBitmap() method should either load full bitmap from the file, or resize it on the fly. If the image should be resized, you can determine thumbnail size using the GetThumbnailWidthToLoad() and GetThumbnailHeightToLoad() methods.

See Also

Reference