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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Boolean

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