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
)
Public Sub SetIcon (
type As RubberStampIcon
)
public:
virtual void SetIcon(
[InAttribute] RubberStampIcon type
) sealed
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