A newer version of this page is available.
Switch to the current version.
DocumentViewerBase.BackgroundImage Property
Obsolete. This property is overridden and never used. To customize the DocumentViewer's background image, use custom skins.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[Browsable(false)]
[Obsolete("This property value is ignored. To customize the PrintControl's appearance, use custom skins.")]
public override Image BackgroundImage { get; set; }
<Browsable(False)>
<Obsolete("This property value is ignored. To customize the PrintControl's appearance, use custom skins.")>
Public Overrides Property BackgroundImage As Image
Property Value
Type |
---|
Image |
See Also
Feedback