Back to Devexpress

HtmlExportOptionsBase.ExportWatermarks Property

corelibraries-devexpress-dot-xtraprinting-dot-htmlexportoptionsbase-48f97411.md

latest1.8 KB
Original Source

HtmlExportOptionsBase.ExportWatermarks Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public bool ExportWatermarks { get; set; }
vb
<DefaultValue(True)>
Public Property ExportWatermarks As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to export watermarks to HTML; otherwise false.

|

Remarks

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

Note

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

See Also

HtmlExportOptionsBase Class

HtmlExportOptionsBase Members

DevExpress.XtraPrinting Namespace