RubberStampIcon Enumeration |
Icon type of the RubberStamp annotation
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum RubberStampIcon
Public Enumeration RubberStampIcon
public enum class RubberStampIcon
pdftron.PDF.Annots.RubberStampIcon = function();
pdftron.PDF.Annots.RubberStampIcon.createEnum('pdftron.PDF.Annots.RubberStampIcon', false);
Members
| Member name | Value | Description |
---|
| e_Approved | 0 | a stamp with the text "Approved" |
| e_Experimental | 1 | a stamp with the text "Experimental" |
| e_NotApproved | 2 | a stamp with the text "NotApproved" |
| e_AsIs | 3 | a stamp with the text "AsIs" |
| e_Expired | 4 | a stamp with the text "Expired" |
| e_NotForPublicRelease | 5 | a stamp with the text "NotForPublicRelease" |
| e_Confidential | 6 | a stamp with the text "Confidential" |
| e_Final | 7 | a stamp with the text "Final" |
| e_Sold | 8 | a stamp with the text "Sold" |
| e_Departmental | 9 | a stamp with the text "Departmental" |
| e_ForComment | 10 | a stamp with the text "ForComment" |
| e_TopSecret | 11 | a stamp with the text "TopScret" |
| e_ForPublicRelease | 12 | a stamp with the text "ForPublicRelease" |
| e_Draft | 13 | a stamp with the text "Draft" |
| e_Unknown | 14 | User defined or invalid. |
See Also