Click or drag to resize

PdfBezierP4 Property

Gets or sets the fourth control point that ends the Bezier curve.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfPoint P4 { get; set; }

Property Value

Type: PdfPoint
See Also