Visual Basic (Declaration) | |
---|---|
Public Property ImageSize As Size |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Size ImageSize {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Size get_ImageSize(); public: __property void set_ImageSize( Size value ); |
Return Value
Display size (width or height) of the image.
Refer to the tutorial, Using the ImageViewer on server side.
The maximum width or height depends on the HTML standard used on the Client Internet Browser.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family