A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[DefaultValue(false)]
[XtraSerializableProperty]
public bool RemoveSecondarySymbols { get; set; }
<TypeConverter(GetType(BooleanTypeConverter))>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property RemoveSecondarySymbols As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true to remove secondary symbols; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 30 property paths
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
Feedback