Click or drag to resize

AnnotationFontFallbackFontName Field

The FallbackFontName is used when a deserialized or requested font does not exist on the system.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static string FallbackFontName

Field Value

Type: String
The font used as a fallback when a deserialized font does not exist on the system.
Remarks
If FallbackFontName is null (Nothing in VB) the System.Drawing.FontFamily.GenericSansSerif font will be used.
See Also