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



The RasterCodecs class provides support for loading and saving raster image files.

Object Model



Syntax

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

Example

Loads an image then saves it back.

Remarks

LEADTOOLS provides many options when loading and saving image files.

You can get information about the image before loading it. You can also handle file-format-specific information, such as the page number or physical resolution.

For more information, refer to Loading and Saving Images.

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.RasterCodecs

Requirements

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

See Also