ImageEditingField(VisualBrick) Constructor
Initializes a new instance of the ImageEditingField class.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
brick | VisualBrick | A visual brick used to draw an image in a document. |
Remarks
This method saves the ImageBrick.ImageSource property value of the passed visual brick as the ImageEditingField.InitialImageSource property value.
See Also