←Select platform

Image Property

Summary
Gets the image that is specified by the image field.

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

Property Value

The results of field processing.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.