public class PdfPolylineElement| PdfPolylineElement(IEnumerablePdfPointF) | Initializes a new instance of the PdfPolylineElement class with the specified points |
| PdfPolylineElement(PdfPointF) | Initializes a new instance of the PdfPolylineElement class with the specified points |
| Accessibility | Accessibility metadata used when the host PdfDocument is tagged. The default structure type for a polyline is Artifact, marking it as decorative graphic excluded from the structure tree |
| LineColor | The stroke color of the polyline. The default value is black |
| LineOpacity | The opacity of the line in the range 0..1. The default value is 1 which produces a fully opaque line |
| LineStyle | The stroke style for the polyline, including width, dash pattern, endpoint cap style and corner join style |
| Points | The ordered list of points the polyline passes through, expressed in points and relative to the top-left corner of the page or template. The polyline is drawn as a sequence of straight line segments connecting consecutive points |
| RotationDegrees | The rotation angle in degrees applied to the polyline. Positive values rotate counter-clockwise. The pivot is interpreted on the axis-aligned bounding box of the points |
| RotationPivot | The pivot point used when rotating this polyline. The pivot is interpreted on the axis-aligned bounding box of the points. The default value is TopLeft |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |