You are here:
Start »
FIL.NET »
Image Class
Image Class
Namespace: | FilNet |
Assembly: | FIL.NET.TS.dll |
Constructors
| Constructor | Description |
 | Image(Int32, Int32, Int32, PlainType, Int32, Byte[]) | |
 | Image(Int32, Int32, Int32, PlainType, Int32, IntPtr) | |
 | Image(Int32, Int32, PlainType, Int32) | |
 | Image(Image) | Creates a new Image instance that is a copy of the passed image. |
 | Image(Bitmap) | Creates an image using a System.Bitmap instance for supported bitmap formats or throws a NotSupportedException. |
 | Image() | |
Properties
Methods
| Name | Description |
 | CreateBitmap() | |
 | CreateBitmap(int, int, bool) | |
 | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
 | Equals(object) | Inherited from System.Object |
 | GetHashCode() | Inherited from System.Object |
 | GetPixel(int, int) | |
 | GetType() | Inherited from System.Object |
 | Reset() | |
 | Reset(System.Drawing.Bitmap) | |
 | Reset(FilNet.Image) | |
 | Reset(int, int, FilNet.PlainType, int) | |
 | Reset(int, int, int, FilNet.PlainType, int, byte[]) | |
 | Reset(int, int, int, FilNet.PlainType, int, System.IntPtr) | |
 | Save(string) | |
 | ToString() | Inherited from System.Object |
See also