←Select platform

Image Property

Summary

The RasterImage used to create this page.

Syntax
C#
VB
C++
Java
[IgnoreDataMemberAttribute()] 
public RasterImage Image { get; set; } 
public RasterImage getImage(); 
public void setImage( 
   RasterImage rasterImage 
); 
<IgnoreDataMemberAttribute()>  
Public Property Image() As RasterImage 
   Get 
   Set 
public:  
   [IgnoreDataMemberAttribute] 
   property RasterImage^ Image 
   { 
      RasterImage^ get() 
      void set(RasterImage^ value) 
   } 

Property Value

RasterImage that represents the OMR form page.

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.Omr Assembly

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