Pdf |
The PdfLineSegmentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of PdfLineSegments contained in the PdfLineSegmentCollection. | |
| Item | Gets or sets the PdfLineSegment at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Adds a PdfLineSegment to the end of the PdfLineSegmentCollection. | |
| Clear | Removes all PdfLineSegments from the PdfLineSegmentCollection. | |
| Contains | Determines whether a PdfLineSegment is in the PdfLineSegmentCollection. | |
| CopyTo | Copies the entire PdfLineSegmentCollection to a compatible one-dimensional array, starting at the specified index of the target array. | |
| GetEnumerator | Returns an enumerator that iterates through the PdfLineSegmentCollection. | |
| IndexOf | Searches for the specified PdfLineSegment and returns the zero-based index of the first occurrence within the entire PdfLineSegmentCollection. | |
| Insert | Inserts a PdfLineSegment into the PdfLineSegmentCollection at the specified index. | |
| Remove | Removes the first occurrence of a specific PdfLineSegment from the PdfLineSegmentCollection. | |
| RemoveAt | Removes the PdfLineSegment at the specified index of the PdfLineSegmentCollection. |