Click or drag to resize

XODOutputOptionsSetRenderPages Method

Sets whether rendering of pages should be permitted when necessary to guarantee output the default setting is to allow rendering in this case

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetRenderPages(
	bool render
)

Parameters

render
Type: SystemBoolean
if false rendering is not permitted under any circumstance
See Also