| ConfigGetTransform Method |
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic XslCompiledTransform GetTransform()
Public Function GetTransform As XslCompiledTransform
public:
XslCompiledTransform^ GetTransform()
member GetTransform : unit -> XslCompiledTransform
Return Value
Type:
XslCompiledTransformnull if
XslFile is null, else calls the GetTransform method of the current
TransformGenerator.
See Also