Click or drag to resize

WpfRubberStampAnnotation Constructor (String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen)

Creates a new instance of WpfRubberStampAnnotation specifying its text, font, font brush, fill and outline.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WpfRubberStampAnnotation(
	string text,
	AnnotationFont font,
	AnnotationBrush fontBrush,
	AnnotationBrush fill,
	AnnotationPen outline
)

Parameters

text
Type: SystemString
The text of the annotation.
font
Type: Atalasoft.AnnotateAnnotationFont
The font used to render the text.
fontBrush
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to render the text.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation.
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to render the annotation outline.
See Also