Skip to main content

HtmlExportOptionsBase.RemoveSecondarySymbols Property

Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
public bool RemoveSecondarySymbols { get; set; }

Property Value

Type Default Description
Boolean false

true to remove secondary symbols; otherwise, false.

Remarks

Use the RemoveSecondarySymbols property to specify whether it’s necessary to remove all secondary symbols (e.g. Space or Carriage Return ones) when a document is exported to HTML. Note that if an HTML document is compressed in this way, it becomes more difficult for anyone to manually read its HTML source, though it still can be reprensented by an appropriate HTML browser.

See Also