Skip to main content

HtmlExportOptionsBase.ExportWatermarks Property

Specifies whether to export watermarks to HTML along with the rest of the document content.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(true)]
public bool ExportWatermarks { get; set; }

Property Value

Type Default Description
Boolean true

true to export watermarks to HTML; otherwise false.

Remarks

The following image illustrates the corresponding option in the HTML Export Options dialog.

html-export-options-watermarks

Note

The display of a document watermark is not supported by Internet Explorer® 7 and 8.

See Also