EmbeddedImageCodecs Class Members
In This Topic
The following tables list the members exposed by
EmbeddedImageCodecs.
Public Constructors
Public Properties
| Name | Description |
| AvailableEncoderNames | Gets the names of available encoders. |
| Default | Gets or sets the image codecs factory that is used as the default image codec factory of VintaSoft Barcode .NET SDK. (Inherited from ImageCodecs) |
| PngCompressionLevel | Gets or sets the compression level for PNG images. |
Public Methods
| Name | Description |
| Decode | Overloaded. Decodes a bitmap from specified stream. |
| Encode | Overloaded. Encodes the specified bitmap to a stream in BMP or PNG format. |
See Also