Interface IDomConfiguration
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
The IDomConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
public interface IDomConfiguration
Methods
- CanSetParameter(string, object)
Check if setting a parameter to a specific value is supported.
- GetParameter(string)
Gets the value of the known parameter with the specified name.
- GetParameterNames()
The list of the parameters supported by this IDomConfiguration object.
- SetParameter(string, object)
Sets the name and the value of a parameter. If the name is already set, the value is changed.