Click or drag to resize

PdfLineSegmentCollection Class

Represents a collection of PdfLineSegments.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfLineSegmentCollection

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public sealed class PdfLineSegmentCollection : IList<PdfLineSegment>, 
	ICollection<PdfLineSegment>, IEnumerable<PdfLineSegment>, IEnumerable

The PdfLineSegmentCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfLineSegments contained in the PdfLineSegmentCollection.
Public propertyItem Gets or sets the PdfLineSegment at the specified index.
Top
Methods
 NameDescription
Public methodAdd Adds a PdfLineSegment to the end of the PdfLineSegmentCollection.
Public methodClear Removes all PdfLineSegments from the PdfLineSegmentCollection.
Public methodContains Determines whether a PdfLineSegment is in the PdfLineSegmentCollection.
Public methodCopyTo Copies the entire PdfLineSegmentCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodGetEnumerator Returns an enumerator that iterates through the PdfLineSegmentCollection.
Public methodIndexOf Searches for the specified PdfLineSegment and returns the zero-based index of the first occurrence within the entire PdfLineSegmentCollection.
Public methodInsert Inserts a PdfLineSegment into the PdfLineSegmentCollection at the specified index.
Public methodRemove Removes the first occurrence of a specific PdfLineSegment from the PdfLineSegmentCollection.
Public methodRemoveAt Removes the PdfLineSegment at the specified index of the PdfLineSegmentCollection.
Top
See Also