Click or drag to resize
ConfigTransformGenerator Property
Gets or sets the IXslTransformGenerator that will be used to load the xslt stylesheet.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public IXslTransformGenerator TransformGenerator { get; set; }

Property Value

Type: IXslTransformGenerator
The stylesheet loader.
See Also