Class CompressionParameterCollectionEditor
Provides a user interface editor that displays a dialog for editing a collection of image compression parameters.
public class CompressionParameterCollectionEditor : DescriptiveCollectionEditor
- Inheritance
-
CompressionParameterCollectionEditor
- Inherited Members
Constructors
CompressionParameterCollectionEditor(Type)
Initializes a new instance of the CompressionParameterCollectionEditor class using the specified collection type.
public CompressionParameterCollectionEditor(Type type)
Parameters
type
TypeThe type of the collection for this editor to edit.
Methods
CreateNewItemTypes()
Gets the data types that this collection editor can contain.
protected override Type[] CreateNewItemTypes()
Returns
- Type[]
An array of data types that this collection can contain.