Click or drag to resize

PdfSubpath Class

Represents a subsection of a path comprising a sequence of connected segments.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfSubpath

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public sealed class PdfSubpath

The PdfSubpath type exposes the following members.

Properties
 NameDescription
Public propertyIsClosed Gets or sets a value that specifies whether this PdfSubpath's first and last PdfLineSegments are connected.
Public propertySegments Gets the line segments that this PdfSubpath is made up of.
Public propertyStartPoint Gets or sets the PdfPoint where the PdfSubpath begins.
Top
Methods
 NameDescription
Public methodClone Creates a new PdfSubpath that is a copy of the current PdfSubpath.
Top
See Also