LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

SizeMode Property






Gets or sets how the control displays the image and makes automatic adjustments to the display rectangle.
Syntax
public ImageViewerSizeMode SizeMode {get; set;}
'Declaration
 
Public Property SizeMode As ImageViewerSizeMode
'Usage
 
Dim instance As WebImageViewer
Dim value As ImageViewerSizeMode
 
instance.SizeMode = value
 
value = instance.SizeMode
public ImageViewerSizeMode SizeMode {get; set;}
 get_SizeMode();
set_SizeMode(value);
public:
property ImageViewerSizeMode SizeMode {
   ImageViewerSizeMode get();
   void set (    ImageViewerSizeMode value);
}

Property Value

Value that determines how the control displays the image and makes automatic adjustments to the display rectangle.
Remarks
Default value is Normal.
Example
Refer to ImageUrl
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.