alphaTab.ExporterSettings
All settings related to exporters that encode file formats.
class ExporterSettingsProperties​
comments​
Whether to write extended comments into the exported file (e.g. to in alphaTex to mark where certain metadata or bars starts)
- JavaScript
- C#
- Kotlin
comments: boolean = false;bool Comments { get; set; } = falsevar comments: Boolean = falseindent​
How many characters should be indented on formatted outputs. If set to negative values formatted outputs are disabled.
- JavaScript
- C#
- Kotlin
indent: number = 2;double Indent { get; set; } = 2var indent: Double = 2