LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ImageFrameSize Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.