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.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Boolean

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