Back to Devexpress

FormattedTextExportOptions.ExportWatermarks Property

corelibraries-devexpress-dot-xtraprinting-dot-formattedtextexportoptions-31bfbc42.md

latest1.6 KB
Original Source

FormattedTextExportOptions.ExportWatermarks Property

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

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 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

FormattedTextExportOptions Class

FormattedTextExportOptions Members

DevExpress.XtraPrinting Namespace