XImage.Raster
Features
Tech Specs
How-to C#
Pricing

C# Image Library
How to C#: Basic SDK Concept of XImage.Raster


Introductions to Classes and APIs Included in XImage.Raster for C# Programming




C#.NET image document SDK, RasterEdge XImage.Raster is a mature and reliable third-party document imaging toolkit, designed particularly for manipulating and managing single-page and multi-page image document. This Word document SDK provides Visual C#.NET developers with various classes to convert, process, edit, and annotate image from local file or byte stream in C#.NET class applications.



This guide page provides C# users with detailed explanations for basic SDK concepts of XImage.Raster, which include main functionality, corresponding programming classes and usage.



How to C#: XImage.Raster Functionality & Classes


The main functionality of XImage.Raster for .NET can be divided into nine aspects. Please see detailed introductions and respective C#.NET programming classes.

XImage Load Save Option

C# programmers can load convert and save define some specified options for specified image format.

  • Class: RasterImage
  • Class: LoadOption
  • Class: SaveOption



Image Process

Programmers can also perform various image file and page editing in C# project. For example, you may easily rotate, Resize, Cleanup image.

  • Class: ImageProcess
  • Class: RasterImage



Annotate Image

Various type annotations can be integrated into your C# project, such as annotation creating, deleting, modifying, importing, exporting, and so on.

  • Class: ImageProcess
  • Class: RasterImage



How to C#: XImage.Raster Classes Usage


RasterEdge XImage.Raster for .NET provides users with various robust C#.NET classes for high performance image manipulations. We will explain all of them in this part.

  • RasterImage : The RasterImage class presents a image file and provides the properties, methods necessary to load a image from file or query data and save the image.
  • ImageProcess : The ImageProcess class provide all method for image processing.
  • LoadOption : The LoadOption class provide specify load properties set for some specifies image format.
  • SaveOption : The SaveOption class provide specify save properties set for some specifies image format.