Skip to main content

FormattedTextExportOptions.ExportWatermarks Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.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 include watermarks; otherwise, false.

#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