Class FontSettings
Represents settings for managing font resources, including the base path for fonts and a collection of font streams.
Inheritance
System.Object
FontSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class FontSettings
Constructors
FontSettings()
Declaration
public FontSettings()
Properties
BasePath
Gets or sets the base path for font resources.
Declaration
public string BasePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the base path where font files are located. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Remarks
It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.