BinaryImageEditExtension Constructors
Represents an extension object implementing the BinaryImage functionality.| Name | Parameters | Description |
|---|---|---|
| BinaryImageEditExtension(BinaryImageEditSettings, ViewContext, ModelMetadata) | settings, viewContext, modelMetadata | Initializes a new instance of the BinaryImageEditExtension class with the specified settings, the context information about the view, and the model metadata. |
| BinaryImageEditExtension(BinaryImageEditSettings, ViewContext) | settings, viewContext | Initializes a new instance of the BinaryImageEditExtension class with the specified settings and provides the context information about the view. |
| BinaryImageEditExtension(BinaryImageEditSettings) | settings | Initializes a new instance of the BinaryImageEditExtension class with the specified settings. |
See Also