Click or drag to resize

PdfAnnotationData Constructor (AnnotationBrush, AnnotationPen, String, String, DateTime)

Creates a new instance of PdfAnnotationData specifying all of its settings.

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

Parameters

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