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