IUserAgentService Interface
An interface that is described a user agent environment.

Namespace: Aspose.Html.Services
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface IUserAgentService : IService, 
	IDisposable

The IUserAgentService type exposes the following members.

Properties
  NameDescription
Public propertyCharSet
Gets or sets the primary character-set for a document.
Public propertyCSSEngineMode
Gets or sets mode in which CSS engine works.
Public propertyFontsSettings
Gets a FontsSettings object which is used for configuration of fonts handling.
Public propertyLanguage
The Language specifies the primary language for the element's contents and for any of the element's attributes that contain text. Its value must be a valid BCP 47 () language tag, or the empty string. Setting the attribute to the empty string indicates that the primary language is unknown.
Public propertyUserStyleSheet
Allows to specify style information for a particular document
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
See Also