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

FormattedTextExportOptions.ExportWatermarks Property

Specifies whether or not watermarks should be included in the resulting file.

Namespace: DevExpress.XtraPrinting

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to include watermarks; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ExportWatermarks property to specify whether or not to insert document watermarks in the resulting RTF/DOCX file. For example, it may be necessary to remove image watermarks from the RTF/DOCX file to reduce its size.

When exporting a document in the SingleFile mode, watermarks are only included in the resulting file behind the document content.

See Also