Image Property

Summary

Gets or sets the image currently assigned for display by the control.

Syntax
C#
VB
C++
public RasterImage Image { get; set; } 
  
Public Property Image As RasterImage 
public: 
property RasterImage^ Image { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

The RasterImage.

Remarks

Set this property to an RasterImage object and the control will display it based on the current settings of the other properties of this class.

Example

For an example that saves the control's image to a BMP file after it has been loaded from the server, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly