IUserAgentService Interface
Contents
[
Hide
]IUserAgentService interface
An interface that is described a user agent environment.
public interface IUserAgentService
Properties
Name | Description |
---|---|
CharSet { get; set; } | Gets or sets the primary character-set for a document. |
CSSEngineMode { get; set; } | Gets or sets mode in which CSS engine works. |
FontsSettings { get; } | Gets a FontsSettings object which is used for configuration of fonts handling. |
Language { get; set; } | 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. |
ShowImagePlaceholders { get; set; } | Images can have fallback content: content that should be used when an external resource cannot be used (for example, because it is in an unsupported format). The property ShowImagePlaceholders specifies whether to display the fallback image (default is true) |
UserStyleSheet { get; set; } | Allows to specify style information for a particular document |
See Also
- namespace Aspose.Html.Services
- assembly Aspose.HTML