Visual Basic (Declaration) | |
---|---|
Public Class RasterCodecs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class RasterCodecs |
C++/CLI | |
---|---|
public ref class RasterCodecs |
This example loads an existing image file and re-saves it in another format.
Visual Basic | Copy Code |
---|---|
Public Sub RasterCodecsExample() |
C# | Copy Code |
---|---|
public void RasterCodecsExample() |
LEADTOOLS provides many options for loading and saving image files.
Whether an image file is on disk or in memory, 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.
You can supply the input for a load operation or the output of a save operation, and you can add processing, such as a paint-while-load feature.
System.Object
Leadtools.Codecs.RasterCodecs
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family