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
)
Public Sub SetThickenLines (
thicken As Boolean
)
public:
virtual void SetThickenLines(
[InAttribute] bool thicken
) sealed
function SetThickenLines(thicken);
Parameters
- thicken
- Type: SystemBoolean
if true then thin lines will be thickened
See Also