Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

ThumbPadding Property






Gets or sets the number of pixels padded around each thumbnail.
Syntax
public int ThumbPadding {get; set;}
'Declaration
 
Public Property ThumbPadding As Integer
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As Integer
 
instance.ThumbPadding = value
 
value = instance.ThumbPadding

            

            
public:
property int ThumbPadding {
   int get();
   void set (    int value);
}

Property Value

The number of pixels padded around each thumbnail.
Example
Refer to Add(String,Int32,Int32)
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

Error processing SSI file