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

Show in webframe

SizeMode Property (RasterImageViewer)






Determines how the control displays the image and the automatic adjustments of the display rectangles.
Syntax
[DescriptionAttribute("Select one of the size modes available to the control (normal, Stretch, Fit, Fit Always or Fit Width).")]
[CategoryAttribute("Appearance")]
public virtual RasterPaintSizeMode SizeMode {get; set;}
'Declaration
 
<DescriptionAttribute("Select one of the size modes available to the control (normal, Stretch, Fit, Fit Always or Fit Width).")>
<CategoryAttribute("Appearance")>
Public Overridable Property SizeMode As RasterPaintSizeMode
'Usage
 
Dim instance As RasterImageViewer
Dim value As RasterPaintSizeMode
 
instance.SizeMode = value
 
value = instance.SizeMode

            

            
[DescriptionAttribute("Select one of the size modes available to the control (normal, Stretch, Fit, Fit Always or Fit Width).")]
[CategoryAttribute("Appearance")]
public:
virtual property RasterPaintSizeMode SizeMode {
   RasterPaintSizeMode get();
   void set (    RasterPaintSizeMode value);
}

Property Value

Value which determines how the control displays the image and the automatic adjustments of the display rectangles.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file