Click or drag to resize
ConfigGetTransform Method
Creates the XslCompiledTransform for the current XslFile using the current TransformGenerator.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public XslCompiledTransform GetTransform()

Return Value

Type: XslCompiledTransform
null if XslFile is null, else calls the GetTransform method of the current TransformGenerator.
See Also