Click or drag to resize

XODOutputOptionsSetThickenLines Method

Sets whether thin lines should be thickened the default setting is to not thicken lines

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

Parameters

thicken
Type: SystemBoolean
if true then thin lines will be thickened
See Also