Show / Hide Table of Contents

Enum UseEmbeddedThumbnails

Represents the embedded thumbnail extraction behavior.

Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public enum UseEmbeddedThumbnails

Fields

Name Description
Always

Always creates the thumbnail from the embedded thumbnail.

Auto

Creates the thumbnail from the embedded thumbnail when possible, reverts to the source image otherwise.

Never

Always creates the thumbnail from the source image.

Back to top Copyright © 2018 Özgür Özçıtak