Skip to main content

PageWatermark.ImageAlign Property

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

Namespace: DevExpress.XtraPrinting.Drawing

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

Declaration

[Browsable(false)]
public ContentAlignment ImageAlign { get; set; }

Property Value

Type Description
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