Click or drag to resize

WpfRubberStampAnnotation Constructor (RubberStampData)

Creates a new instance of WpfRubberStampAnnotation from an RubberStampData object.

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(
	RubberStampData data
)

Parameters

data
Type: Atalasoft.AnnotateRubberStampData
The data object for the annotation.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the data argument is null (Nothing in VB).
See Also