A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(True)>
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraSerializableProperty>
Public Property ExportWatermarks As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to include watermarks; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 20 property paths
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
Feedback