←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly