Click or drag to resize

PdfMarkupData Constructor (QuadrilateralF, PdfMarkupType)

Creates a new instance of PdfMarkupData specifying an array of quadrilaterals and the markup type.

Namespace:  Atalasoft.Annotate.Pdf
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfMarkupData(
	QuadrilateralF[] quads,
	PdfMarkupType markup
)

Parameters

quads
Type: Atalasoft.Utils.GeometryQuadrilateralF
An array of quadrilaterals for the annotation. See more: Quadrilaterals.
markup
Type: Atalasoft.Annotate.PdfPdfMarkupType
The markup type of the annotation.
See Also