NPngEncoderSettings Class Members
In This Topic
The following tables list the members exposed by NPngEncoderSettings.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| ColorType | PNG color type. By default set to true color, i.e. the resulting PNG image will contain information for the red, blue and green color component of each pixel. |
| CompressionLevel | Defines the compression level to encode the PNG image at. By default set to best speed. |
| ImageFormat | Overridden. Gets the image format these encoder settings are for. |
Top
Public Methods
| Name | Description |
| ToString | Overridden. Gets the string representation of this object. |
Top
See Also