Click or drag to resize

RubberStampData Constructor (RectangleF, String)

Creates an instance of RubberStampData specifying the bounding rectangle and text of the annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RubberStampData(
	RectangleF bounds,
	string text
)

Parameters

bounds
Type: System.DrawingRectangleF
The bounding rectangle of the annotation.
text
Type: SystemString
The text drawn for the rubber stamp.
See Also