The possible font faces to choose from as text. It might be possible, that there are no alternative fonts to set, in which case the doesn't return any alternatives and setting a value does nothing.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IInfigoAlternateChooser Fonts { get; }
Visual Basic (Declaration)
ReadOnly Property Fonts As IInfigoAlternateChooser
Visual C++
property IInfigoAlternateChooser^ Fonts {
	IInfigoAlternateChooser^ get ();
}

See Also