Click or drag to resize

ThumbnailLoadErrorMessage Property

Gets or sets the error message rendered when there is an error creating the thumbnail.

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 string LoadErrorMessage { get; set; }

Property Value

Type: String
The error message displayed in the thumbnail area when creating the thumbnail fails.
Remarks
This property is set to the exception message by default.
See Also