←Select platform

Info Property

Summary

Gets a CodecsImageInfo object that contains information about the image file being loaded.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsImageInfo Info { get; } 
Public ReadOnly Property Info As CodecsImageInfo 
@property (nonatomic, strong, readonly, nullable) LTCodecsImageInfo *info 
public CodecsImageInfo getInfo() 
public: 
property CodecsImageInfo^ Info { 
   CodecsImageInfo^ get(); 
} 

Property Value

A CodecsImageInfo object that contains information about the image file being loaded.

Example

For an example, refer to RasterCodecs.LoadImage.

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