FolderFontSource Class
Represents the folder that contains TrueType fonts.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.FontsFolderFontSource

Namespace: GroupDocs.Viewer.Fonts
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public sealed class FolderFontSource : IFontSource, 
	IEquatable<FolderFontSource>

The FolderFontSource type exposes the following members.

Constructors
  NameDescription
Public methodFolderFontSource
Initializes new instance of FolderFontSource class.
Properties
  NameDescription
Public propertyFolderPath
Path to the folder that contains TrueType fonts.
Public propertySearchOption
Specifies whether to search the current folder, or the current folder and all subfolders.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the current FolderFontSource is the same as specified object.
(Overrides ObjectEquals(Object).)
Public methodEquals(FolderFontSource)
Determines whether the current FolderFontSource is the same as specified FolderFontSource object.
Public methodGetHashCode
Returns the hash code for the current FolderFontSource object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two FolderFontSource objects are the same.
Public operatorStatic memberInequality
Determines whether two FolderFontSource objects are not the same.
See Also