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

CustomFormatReader.GetThumbnailWidthToLoad Method

Returns the requested thumbnail width.

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

Syntax

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

Return Value

Requested thumbnail width.

Remarks

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

See Also

Reference