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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

ThumbPadding Property






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

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