RubberStampGetIconName Method |
Gets the Icon type as a string.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetIconName()
Public Function GetIconName As String
public:
virtual String^ GetIconName() sealed
Return Value
Type:
String A string representing icon type of the RubberStamp annotation
Remarks the icon type represnets an icon that shall be used in displaying the annotation.
There are predefined icon appearances for at the following standard names:
Approved, Experimental, NotApproved, AsIs, Expired , NotForPublicRelease, Confidential,
Final, Sold, Departmental, ForComment, TopSecret, Draft, ForPublicRelease. Additional
names may be supported as well.
Default value: Draft.
The annotation dictionary’s Appearance(AP) entry,
if present, shall take precedence over this Name entry.
See Also