DocRender Method (IRenderingContext, Int32)

Render the specified page onto the given rendering context.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void Render(
        IRenderingContext renderingContext,
        int page
)

Parameters

renderingContext
Type: WebSupergoo.WordGlue4.RenderingIRenderingContext
The rendering context for converting rendering operations into output.
page
Type: SystemInt32
The page number to render. So for the first page you would pass one.
See Also