PdfBezierSegment.SecondControl Property

Gets the second control point of this PdfBezierSegment.

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

Syntax

C#
public PdfPoint SecondControl { get; }
VB
Public ReadOnly Property SecondControl As PdfPoint
	Get

Property Value

Type: PdfPoint
The second control point of this PdfBezierSegment.

See Also