Aurigma Image Uploader 6.5 Dual
ImageUploader..::.UploadThumbnail2Resolution Property
Image resolution of the second thumbnail.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property UploadThumbnail2Resolution As Integer
C#
public int UploadThumbnail2Resolution { get; set; }
Property Value
A positive integer value that specifies image resolution for the second thumbnail. If 0 value is specified, the source image resolution is used.
Default value is 72.
Remarks
This property corresponds to UploadThumbnail2Resolution client-side property.