ImageEditingField.InitialImageSource Property
Stores the image that the associated image brick had when the ImageEditingField object was created.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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