Click or drag to resize

XODOutputOptionsSetOpacityMaskWorkaround Method

If rendering is permitted, sets whether pages containing opacity masks should be rendered. This option is used as a workaround to a bug in Silverlight where opacity masks are transformed incorrectly. the default setting is not to render pages with opacity masks

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

Parameters

opacity_render
Type: SystemBoolean
if true pages with opacity masks will be rendered
See Also