Click or drag to resize

PdfLineCapStyle Enumeration

Represents the way that ends of stroked paths will look.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfLineCapStyle
Members
  Member nameDescription
Butt Represents flat ends to lines
Round Represetns half-circle round ends to lines
ProjectingSquare Similar to butt ends, but lines ends will project out by half the line width forming a square end.
See Also