Click or drag to resize

WpfRubberStampAnnotation Constructor (String, AnnotationFont, AnnotationBrush)

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

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
)

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.
See Also