←Select platform

Image Property

Summary

Gets the RasterImage object that references the image to be modified.

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

Property Value

RasterImage object that references the image to be modified.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly