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

ImageEditingField.InitialImageSource Property

Stores the image that the associated image brick had when the ImageEditingField object was created.

Namespace: DevExpress.XtraPrinting

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

Declaration

public ImageSource InitialImageSource { get; }

Property Value

Type Description
ImageSource

The image that the image brick had at the moment when the ImageEditingField was created.

Remarks

This property is set once when the ImageEditingField object is created. The image that an end user sets in Print Preview is assigned to the ImageEditingField.ImageSource property.

See Also