Click or drag to resize

PdfPolylineAnnotation(PdfPage) Constructor

Creates a new PdfPolylineAnnotation.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfPolylineAnnotation(
	PdfPage page
)

Parameters

page  PdfPage
The PDF page associated with annotation.
See Also