←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
Java
Objective-C
WinRT C#
C++
public RasterImage Image { get; } 
Public ReadOnly Property Image As Leadtools.RasterImage 
public Leadtools.RasterImage Image {get;} 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *image 
public RasterImage getImage() 
 get_Image();  
public: 
property Leadtools.RasterImage^ Image { 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly