Members





In This Topic
GdPicture14 Namespace / GdPictureImaging Class

GdPictureImaging Class

In This Topic
The GdPictureImaging class offers a huge amount of imaging features that GdPicture.NET toolkit provides. It is used as a wrapper class to allow you easily operate with your image files of different formats. Please find all the currently supported input document formats listed here.
Syntax
'Declaration
 
Public NotInheritable Class GdPictureImaging 
public sealed class GdPictureImaging 
public class GdPictureImaging sealed; 
public sealed class GdPictureImaging 
public __gc __sealed class GdPictureImaging 
public ref class GdPictureImaging sealed 
Remarks
You need to create an object of this class to fully work with your image files. This object subsequently represents a wrapper for all the image resources you want to process. We recommend going with one GdPictureImaging object for all processing images.
Inheritance Hierarchy

System.Object
   GdPicture14.GdPictureImaging

See Also