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

CustomFormatReader.GetLoadingMode Method

Returns a mode, in which the frame is going to be loaded: either a bitmap or a thumbnail.

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

Syntax

Visual Basic
Protected Friend Function GetLoadingMode As CustomFormatReader.LoadingMode
C#
protected internal CustomFormatReader.LoadingMode GetLoadingMode()

Return Value

A member of the CustomFormatReader.LoadingMode enumeration.

Remarks

This method should be called from the LoadFrameBitmap() method.

See Also

Reference