Click or drag to resize

RubberStampSetIcon Method (String)

Creates a RubberStamp annotation and initialize it using given annotation object.
Sets the Icon type as a string.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetIcon(
	string icon
)

Parameters

icon
Type: SystemString
A string representing icon type of the RubberStamp annotation
Remarks
The constructor does not copy any data, but is instead the logical equivalent of a type cast.
Remarks
The annotation dictionary’s Appearance(AP) entry, if present, shall take precedence over this Name entry.
See Also