SetLineWidth
IPDFDocument4 :: Page Operations :: Graphics

See Also
Collapse All

This method configures the line path width.

Syntax

HRESULT SetLineWidth (
FLOAT lineWidth
)
Parameters
lineWidth
Line width (in pixels)

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See the SetLineDash method for examples.

See Also

Reference