ExportToHTML.UseOriginalFont Property

T3000 CrossPlatform

ExportToHTMLUseOriginalFont Property

[This is preliminary documentation and is subject to change.]

Use original font

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool UseOriginalFont { get; set; }
Public Property UseOriginalFont As Boolean
	Get
	Set

Dim instance As ExportToHTML
Dim value As Boolean

value = instance.UseOriginalFont

instance.UseOriginalFont = value

Property Value

Type: Boolean
See Also