Click or drag to resize

PdfLinkData Constructor (QuadrilateralF, AnnotationBrush, AnnotationPen, String, String, DateTime)

Initializes a new instance of the PdfLinkData class.

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

Parameters

quads
Type: Atalasoft.Utils.GeometryQuadrilateralF
Rectangle where the annotation is created.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used for filling the annotation or line cap.
outline
Type: Atalasoft.AnnotateAnnotationPen
The outline for the annotation.
text
Type: SystemString
The text of the annotation.
username
Type: SystemString
The username of the person modifying it. If null (Nothing in VB) the current user will be retrieved from the system.
modifiedDate
Type: SystemDateTime
The date when the annotation was last modified.
See Also