Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

FrameSize Property






Specifies the thickness of the frame that you add to the Raster View Control.
Syntax
public virtual SizeF FrameSize {get; set;}
'Declaration
 
Public Overridable Property FrameSize As SizeF
'Usage
 
Dim instance As RasterImageViewer
Dim value As SizeF
 
instance.FrameSize = value
 
value = instance.FrameSize

            

            
public:
virtual property SizeF FrameSize {
   SizeF get();
   void set (    SizeF value);
}

Property Value

The size of the frame, 0 to disable the frame.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file