PDF File Writer Class Library - Author Uzi Granot
ArcType Enumeration |
Arc type for DrawArc method
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public enum ArcType
Members| Member name | Value | Description | |
|---|---|---|---|
| SmallCounterClockWise | 0 | Small arc drawn in counter clock wise direction | |
| SmallClockWise | 1 | Small arc drawn in clock wise direction | |
| LargeCounterClockWise | 2 | Large arc drawn in counter clock wise direction | |
| LargeClockWise | 3 | Large arc drawn in clock wise direction |
See Also