Click or drag to resize

RubberStampSetIcon Method (RubberStampIcon)

Sets the Icon type as an entry of the enum "Icon". *

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

Parameters

type
Type: pdftron.PDF.AnnotsRubberStampIcon
An entry of "Icon" that represents the type of icon that is corresponding with this RubberStamp annotation.
Remarks
The annotation dictionary’s Appearance(AP) entry, if present, shall take precedence over this Name entry.
See Also