PageWatermark.ImageAlign Property
In This Article
Gets or sets the position of the PageWatermark‘s picture.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[Browsable(false)]
public ContentAlignment ImageAlign { get; set; }
#Property Value
Type | Description |
---|---|
Content |
A Content |
#Remarks
This member is only in effect for a picture watermark.
See Also