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

Show in webframe

ImageFrameSize Property






Gets or sets the thickness in pixels of the frame being added to the image.
Syntax
public int ImageFrameSize {get; set;}
'Declaration
 
Public Property ImageFrameSize As Integer
'Usage
 
Dim instance As WebImageViewer
Dim value As Integer
 
instance.ImageFrameSize = value
 
value = instance.ImageFrameSize

            

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

Property Value

The size of the frame, 0 to disable the frame.
Remarks
Default value is 0 (no image frame).
Example
Refer to ImageUrl
Requirements

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

Error processing SSI file