Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsImageInfo Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsImageInfo Class



Provides functionality for getting information about image files supported by Leadtools.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class CodecsImageInfo 
Visual Basic (Usage)Copy Code
Dim instance As CodecsImageInfo
C# 
public class CodecsImageInfo 
C++/CLI 
public ref class CodecsImageInfo 

Example

This example will get information about an input file.

Remarks

For more information, refer to Loading and Saving Large Tiff Files.

For more information, refer to Loading and Saving Large Tiff Files.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsImageInfo

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also