Interface IConfigurationBuilder
Interface IConfigurationBuilder
Namespace: Aspose.Html
Assembly: Aspose.HTML.dll (25.2.0)
Represents a Configuration object builder.
[ComVisible(true)]
public interface IConfigurationBuilder
Methods
AddDiagnostics(Action<idiagnosticsbuilder>)
Enables diagnostics for the current configuration.
IConfigurationBuilder AddDiagnostics(Action<idiagnosticsbuilder> configure)
Parameters
configure
Action<IDiagnosticsBuilder>
The Aspose.Html.Diagnostics.IDiagnosticsBuilder configuration delegate.
Returns
The Aspose.Html.IConfigurationBuilder so that additional calls can be chained. </idiagnosticsbuilder>