Click or drag to resize

WpfPdfMarkupAnnotation Constructor (QuadrilateralF, PdfMarkupType, AnnotationBrush, AnnotationPen, String, String, DateTime)

Creates a new instance of WpfPdfMarkupAnnotation specifying its properties.

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,
	AnnotationBrush fill,
	AnnotationPen outline,
	string text,
	string username,
	DateTime modifiedDate
)

Parameters

quads
Type: Atalasoft.Utils.GeometryQuadrilateralF
An array of QuadrilateralF for the annotation.
markup
Type: Atalasoft.Annotate.PdfPdfMarkupType
The markup type for the annotation.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation. This may be null.
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to draw the outline of the annotation. This may be null.
text
Type: SystemString
The text for the annotation.
username
Type: SystemString
The user that created the annotation.
modifiedDate
Type: SystemDateTime
The last modified date of the annotation.
See Also