Click or drag to resize

PdfQuadrilateralItem Property

Gets or sets the PdfPoint at the specified index. Index may be 0-3 inclusive.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfPoint this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: PdfPoint
See Also