Click or drag to resize

DocumentViewerThumbnailControl Property

Gets the ThumbnailView properties.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ThumbnailControlProperties ThumbnailControl { get; }

Property Value

Type: ThumbnailControlProperties
The ThumbnailView properties.
Examples
_viewer.ThumbnailControl.CaptionLines = 1;
_viewer.ThumbnailControl.ThumbnailSize = new Size(120, 120);
See Also