The following tables list the members exposed by ImageFormat.
Public Constructors
Name | Description | |
---|---|---|
ImageFormat | Initializes a new instance of the ImageFormat |
Protected Methods
Name | Description | |
---|---|---|
RaisePropertyChanged | Raises the PropertyChanged event. |
Public Properties
Name | Description | |
---|---|---|
BitsPerPixel | Gets or sets the Bits Per Pixel of the image. | |
ExtensionData | Overloaded. Inherits from System.Runtime.Serialization.IExtensibleDataObject | |
Format | Gets or sets the image file format and compression. | |
Height | Gets or sets the Height of the image. | |
QualityFactor | Gets or sets the Quality Factor (Q. Factor) for lossy image compression. | |
Width | Gets or sets the Width of the image. |
Public Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value change. |