Provides functionality to save a bitmap image in a specific format.
            
Inheritance Hierarchy
PdfEdit.DrawingXBitmapEncoder
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The XBitmapEncoder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetPngEncoder | 
            Gets a new instance of the PNG image encoder.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Save | 
            When overridden in a derived class saves the image on the specified stream
            in the respective format.
              | |
| ToString | Returns a String that represents the current Object.  (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| Source | 
            Gets or sets the bitmap source to be encoded.
              | 
See Also