1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer.Options
  6. /
  7. BaseViewOptions
  8. /
  9. DefaultFontName

DefaultFontName

BaseViewOptions.DefaultFontName property

Sets the default font for a document.

public string DefaultFontName { get; set; }

Remarks

Use this property to set the default font for a document. GroupDocs.Viewer uses this font during rendering instead of any not installed fonts.

For code examples, see the documentation.

See Also