Gets or sets the width restriction for the thumbnail.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Property ThumbnailWidth As Integer
public int ThumbnailWidth { get; set; }
Read about the ThumbnailFitMode property for more detailed information on how this property affects the thumbnail size.
This property makes sense only if the Mode property has the Thumbnail value.
Maximum allowed thumbnail width is restricted to 2000 pixels. If you specify a value exceeding this limitation, it will be automatically set to 2000
.