Click or drag to resize

XPSOutputOptionsSetThickenLines Method

Sets whether thin lines should be thickened the default setting is true for XPS and false for XOD.

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