Skip to main content
A newer version of this page is available. .

ImageEditingField(VisualBrick) Constructor

Initializes a new instance of the ImageEditingField class.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public ImageEditingField(
    VisualBrick brick
)

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