Click or drag to resize

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

Creates a new instance of PdfMarkupAnnotation specifying its parameters.

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 PdfMarkupAnnotation(
	QuadrilateralF[] quads,
	PdfMarkupType markup,
	AnnotationBrush fill,
	AnnotationPen outline,
	string text,
	string username,
	DateTime modifiedDate
)

Parameters

quads
Type: Atalasoft.Utils.GeometryQuadrilateralF
An array of qualrilaterals for the annotation.
markup
Type: Atalasoft.Annotate.PdfPdfMarkupType
The markup type of the annotation.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The fill for the annotation.
outline
Type: Atalasoft.AnnotateAnnotationPen
The outline of the annotation.
text
Type: SystemString
The text for the annotation.
username
Type: SystemString
The username of the person modifying the annotation.
modifiedDate
Type: SystemDateTime
The last modified date of the annotation.
See Also