IUserAgentService Interface

IUserAgentService interface

An interface that is described a user agent environment.

public interface IUserAgentService

Properties

NameDescription
[getCharSet]
[setCharSet] Gets or sets the primary character-set for a document.
[getCSSEngineMode]
[setCSSEngineMode] Gets or sets mode in which CSS engine works.
getFontsSettings Gets a FontsSettings object which is used for configuration of fonts handling.
[getLanguage]
[setLanguage] 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.
[getUserStyleSheet]
[setUserStyleSheet] Allows to specify style information for a particular document

See Also