| FopRendererIntercepts Method |
Always returns RenderMode.Binary.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic RenderMode Intercepts(
Config monConfig
)
Public Function Intercepts (
monConfig As Config
) As RenderMode
public:
virtual RenderMode Intercepts(
Config^ monConfig
) sealed
abstract Intercepts :
monConfig : Config -> RenderMode
override Intercepts :
monConfig : Config -> RenderMode Parameters
- monConfig
- Type: Activsoft.EngineConfig
The Config instance containing the request's parameters.
Return Value
Type:
RenderModeRenderMode.Binary
Implements
IRendererIntercepts(Config)
See Also