Click or drag to resize

PdfLinePointCollectionT(PdfTypeArray) Constructor

Initialize a new instance of PdfLinePointCollectionT with specified line points array

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfLinePointCollection(
	PdfTypeArray linePoints
)

Parameters

linePoints  PdfTypeArray
The line points array.
Remarks
Line points array may be modified to across the PDF internal rules.
See Also