Skip to main content
A newer version of this page is available. .

HtmlExportOptionsBase.ExportWatermarks Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue(true)]
[TypeConverter(typeof(HtmlExportWatermarksConverter))]
[XtraSerializableProperty]
public bool ExportWatermarks { get; set; }

Property Value

Type Default Description
Boolean **true**

true to export watermarks to HTML; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportWatermarks
Cross-Platform Class Library ExportOptions
.Html.ExportWatermarks
WPF Controls ExportOptionsContainer
.Html.ExportWatermarks

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