Back to Devexpress

PageWatermark.ImageAlign Property

corelibraries-devexpress-dot-xtraprinting-dot-drawing-dot-pagewatermark-521d4eba.md

latest1.4 KB
Original Source

PageWatermark.ImageAlign Property

Gets or sets the position of the PageWatermark‘s picture.

Namespace : DevExpress.XtraPrinting.Drawing

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public ContentAlignment ImageAlign { get; set; }
vb
<Browsable(False)>
Public Property ImageAlign As ContentAlignment

Property Value

TypeDescription
ContentAlignment

A ContentAlignment enumeration value specifying how a picture is aligned on the document page.

|

Remarks

This member is only in effect for a picture watermark.

See Also

PageWatermark Class

PageWatermark Members

DevExpress.XtraPrinting.Drawing Namespace