| Name | Description |
| AddJpegComment | Adds a new comment from an opened JPEG file or a comment for a file to be saved as a JPEG file. The comment will be added when the current image is written out (saved) as a JPEG file. |
| CadFileClose | Closes the CAD file. |
| CadFileOpen | Overloaded. Opens the CAD file for repeated renderings of differently selected layers and layouts. |
| CadFileView | Overloaded. The CAD file view. |
| Cancel | Cancels current loading, decompression, compression, or saving operations. |
| CompactFile | Compacts a multiple page file by removing unused pages. |
| Copy | This method copies the current ImageX object into a newly created ImageX object. |
| CopyTo | Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data. |
| CreateColorPalette | Overloaded. Creates a System.Drawing.Imaging.ColorPalette object based on the number of bits per pixel. |
| CreateObjRef | (Inherited from System.MarshalByRefObject) |
| DeleteJpegComment | Deletes an existing JPEG comment string at the index specified. |
| DeletePage | Deletes a page from a multi-page document. |
| DeletePages | Deletes one or more pages from a multi-page document. |
| Dispose | Releases all resources used by this ImageX object. |
| DisposeHbitmap | Disposes an HBITMAP object. |
| DisposeHdib | Disposes an HDIB object. |
| FromBitmap | Creates an ImageX object from the given System.Drawing.Bitmap object. |
| FromByteArray | Overloaded. Returns an ImageX object from the given ImagXpress instance and byte array. |
| FromFile | Overloaded. This method allows the loading of a specific file. |
| FromHbitmap | Overloaded. Creates an ImageX object from the given Hbitmap object. |
| FromHdib | Overloaded. Creates an ImageX object from the given hdib object. |
| FromStream | Overloaded. Returns an ImageX object from the given ImagXpress instance and stream. |
| GetGraphics | Gets a System.Drawing.Graphics object with the image selected into it for drawing on the image. |
| GetLifetimeService | (Inherited from System.MarshalByRefObject) |
| InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
| InsertPage | Inserts a new page into a multi-page document. |
| InsertPages | Inserts one or more new pages into a multi-page document. |
| NumPages | Returns the number of image pages from the given multiple page PDF, TIFF or DCX file. |
| QueryBuffer | Overloaded. Query buffer for image information such as width, height, bitdepth and image data type. |
| QueryFile | Overloaded. Returns information about an image file without loading the image into ImagXpress. |
| QueryFromStream | Overloaded. Query buffer stream for image information such as width, height, bitdepth and image data type. |
| ReadAllMetaData | Perferred method for obtaining all Meta-data items. Simply fetch the tag collections with ImageX.IptcDataSet and ImageX.Tags; Later that object can be passed to the SaveAllMetaData to save all edits |
| ReleaseGraphics | Overloaded. Releases the previously received System.Drawing.Graphics object. |
| ReturnJpegComment | Returns a JPEG String from the loaded JPEG file if one exists. |
| Save | Overloaded. Save the image to a given filename. |
| SaveAllMetaData | The preferred method for saving Tiff, Exif, and Iptc meta-data. |
| SaveStream | Overloaded. Saves the current ImageX object to a stream object in the specified file format. |
| ToBitmap | Gets a System.Drawing.Bitmap object from the ImageX object. |
| ToHbitmap | Gets a handle to a bitmap. |
| ToHdib | Gets a handle to an DIB (Device Independent Bitmap). |
| TransferTo | Designed to make passing image data between different Accusoft components easier, this method transfers this object's image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no longer contain image data; the image data will be owned by the destination object. |
| Undo | Undoes the action of the previous image processing method if the UndoEnabled property was set true prior to performing this method. |