 | StampIconNames Enumeration |
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum StampIconNames
Public Enumeration StampIconNames
public enum class StampIconNames
public enum StampIconNames
Patagames.Pdf.Enums.StampIconNames = function();
Patagames.Pdf.Enums.StampIconNames.createEnum('Patagames.Pdf.Enums.StampIconNames', false);
Members
| Member name | Value | Description |
---|
| Draft | 0 |
Draft stamp icon
|
| Approved | 1 |
Approved stamp icon
|
| Experimental | 2 |
Experimental stamp icon
|
| NotApproved | 3 |
NotApproved stamp icon
|
| AsIs | 4 |
AsIs stamp icon
|
| Expired | 5 |
Expired stamp icon
|
| NotForPublicRelease | 6 |
NotForPublicRelease stamp icon
|
| Confidential | 7 |
Confidential stamp icon
|
| Final | 8 |
Final stamp icon
|
| Sold | 9 |
Sold stamp icon
|
| Departmental | 10 |
Departmental stamp icon
|
| ForComment | 11 |
ForComment stamp icon
|
| TopSecret | 12 |
TopSecret stamp icon
|
| ForPublicRelease | 13 |
ForPublicRelease stamp icon
|
| Extended | 14 |
Please see ExtendedIconName property
|
Remarks
Viewer applications should provide predefined icon appearances for at least the following standard names
See Also