Click or drag to resize

WpfPdfMarkupAnnotation Constructor (QuadrilateralF, PdfMarkupType)

Creates a new instance of WpfPdfMarkupAnnotation specifying the QuadrilateralF array and markup type.

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

Parameters

quads
Type: Atalasoft.Utils.GeometryQuadrilateralF
An array of QuadrilateralF for the annotation.
markup
Type: Atalasoft.Annotate.PdfPdfMarkupType
The markup type for the annotation.
Remarks
WpfAnnotationUI.DefaultFill and WpfAnnotationUI.DefaultOutline will be used for the annotation.
See Also