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