A newer version of this page is available.
Switch to the current version.
ImageEditingField.InitialImageSource Property
Stores the image that the associated image brick had when the ImageEditingField object was created.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public ImageSource InitialImageSource { get; }
Public ReadOnly Property InitialImageSource As ImageSource
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
Feedback