ArcType Enumeration

PDF File Writer

ArcType Enumeration

Arc type for DrawArc method

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum ArcType
Members
  Member nameValueDescription
SmallCounterClockWise0 Small arc drawn in counter clock wise direction
SmallClockWise1 Small arc drawn in clock wise direction
LargeCounterClockWise2 Large arc drawn in counter clock wise direction
LargeClockWise3 Large arc drawn in clock wise direction
See Also