PdfInkAnnotation.PathCount Property

Gets the number of the paths in the annotation.

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

Syntax

C#
public int PathCount { get; }
VB
Public ReadOnly Property PathCount As Integer
	Get

Property Value

Type: Int32
The number of the paths in the annotation.

See Also