Enum GState.LineJoin
LineJoin types
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum GState.LineJoin
Fields
| Name | Description |
|---|---|
| e_bevel_join | The two segments are finished with butt caps |
| e_miter_join | The two segments are extended until they meet |
| e_round_join | A circle with a diameter equal to the line width |