Click or drag to resize

DocumentViewerThumbnailControlSize Property

Gets or sets the width or height of the ThumbnailView.

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 int ThumbnailControlSize { get; set; }

Property Value

Type: Int32
The width or height of the ThumbnailView.
Remarks
The control's space is split up into three sections: The ThumbnailControlSize specifies the size of the thumbnail control, the Size specifies the spacing (if any) between the thumbnail and image control, and the rest of the space is filled by the image control.
Examples
_viewer.ThumbnailControlSize = 180;
See Also