Click or drag to resize

XODOutputOptions.SetThickenLines 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: System.Boolean
if true then thin lines will be thickened
See Also