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
)
Public Sub SetOpacityMaskWorkaround (
opacity_render As Boolean
)
public:
virtual void SetOpacityMaskWorkaround(
[InAttribute] bool opacity_render
) sealed
function SetOpacityMaskWorkaround(opacity_render);
Parameters
- opacity_render
- Type: SystemBoolean
if true pages with opacity masks will be rendered
See Also