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
)
Public Sub SetRenderPages (
render As Boolean
)
public:
virtual void SetRenderPages(
[InAttribute] bool render
) sealed
function SetRenderPages(render);
Parameters
- render
- Type: SystemBoolean
if false rendering is not permitted under any circumstance
See Also