DocRender Method (Object)

Render all pages to an ABCpdf Doc object.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public IDisposable Render(
        Object doc
)

Parameters

doc
Type: SystemObject
The ABCpdf Doc object that output should be rendered to. The ABCpdf Doc is not cleared before use so content pages will be appended to any existing pages.

Return Value

Type: IDisposable
A context to be disposed after the document has been saved.
See Also