Click or drag to resize

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

Creates a new instance of WpfPdfAnnotation 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
protected WpfPdfAnnotation(
	AnnotationBrush fill,
	AnnotationPen outline,
	string text,
	string username,
	DateTime modifiedDate
)

Parameters

fill
Type: Atalasoft.AnnotateAnnotationBrush
The fill for the annotation.
outline
Type: Atalasoft.AnnotateAnnotationPen
The outline for the annotation.
text
Type: SystemString
The text of the annotation.
username
Type: SystemString
The name of the user that created/modified the annotation.
modifiedDate
Type: SystemDateTime
The last modified date for the annotation.
See Also