PdfSubpath Class

Subpath of a vector path. A part of PdfPath.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfSubpath

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfSubpath
VB
Public NotInheritable Class PdfSubpath

The PdfSubpath type exposes the following members.

Properties

  NameDescription
Public propertySegments
Gets the sequence of connected segments of this PdfSubpath.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also