MonobjcMonobjc Documented Class Library
PDFLineStyle Enumeration
NamespacesMonobjc.QuartzPDFLineStyle

The following constants specify the available line ending styles:

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum PDFLineStyle
Public Enumeration PDFLineStyle
public enum class PDFLineStyle
Members
MemberDescription
kPDFLineStyleNone

No line ending.

Available in Mac OS X v10.4 and later.


kPDFLineStyleSquare

A square line ending filled with the annotation�s interior color, if any.

Available in Mac OS X v10.4 and later.


kPDFLineStyleCircle

A circular line ending filled with the annotation�s interior color, if any.

Available in Mac OS X v10.4 and later.


kPDFLineStyleDiamond

A diamond-shaped line ending filled with the annotation�s interior color, if any.

Available in Mac OS X v10.4 and later.


kPDFLineStyleOpenArrow

An open arrowhead line ending, composed from two short lines meeting in an acute angle at the line end.

Available in Mac OS X v10.4 and later.


kPDFLineStyleClosedArrow

A closed arrowhead line ending, consisting of a triangle with the acute vertex at the line end and filled with the annotation�s interior color, if any.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)