Click or drag to resize

PdfBezierP1 Property

Gets or sets the first control point that starts 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 P1 { get; set; }

Property Value

Type: PdfPoint
See Also