Skip to main content

MailMergeOptions.CopyTemplateStyles Property

Gets or sets whether all styles contained in the template are copied to the resulting document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool CopyTemplateStyles { get; set; }

Property Value

Type Description
Boolean

true to copy all styles to the merged document; otherwise, false.

Remarks

When the CopyTemplateStyles property is set to true, all styles contained in the template document are copied to the resulting document.

The CopyTemplateStyles property value only affects the current mail merge operation, for which new MailMergeOptions settings are specified.

See Also