←Select platform

Info Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public CodecsImageInfo Info { get; } 
Public ReadOnly Property Info As Leadtools.Codecs.CodecsImageInfo 
@property (nonatomic, strong, readonly, nullable) LTCodecsImageInfo *info 
public CodecsImageInfo getInfo() 
 get_Info();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly