Click or drag to resize

PdfSubpathCollection Class

Represents a collection of PdfSubpaths.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfSubpathCollection

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

The PdfSubpathCollection type exposes the following members.

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