Show / Hide Table of Contents

Enum GState.LineJoin

LineJoin types

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum 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

Back to top Generated by DocFX