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

CustomFormatReader.GetThumbnailHeightToLoad Method

Returns the requested thumbnail height.

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

Syntax

Visual Basic
Protected Friend Function GetThumbnailHeightToLoad As Integer
C#
protected internal int GetThumbnailHeightToLoad()

Return Value

Requested thumbnail height.

Remarks

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

See Also

Reference