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; }
Public Default Property Item (
index As Integer
) As PdfPoint
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
PdfPointSee Also