←Select platform

Image Property

Summary
Gets the object being loaded from the image file page or the image that is being saved.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImage Image { get; } 
Public ReadOnly Property Image As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *image 
public RasterImage getImage() 
public: 
property RasterImage^ Image { 
   RasterImage^ get(); 
} 

Property Value

A RasterImage that specifies the object being loaded from the image file page or the image that is being saved.

Example

For an example, refer to RasterCodecs.LoadPage.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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