Specifies the enumeration of rubber stamp annotation icons.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfRubberStampAnnotationIcon
Public Enumeration PdfRubberStampAnnotationIcon
public enum class PdfRubberStampAnnotationIcon
type PdfRubberStampAnnotationIcon
Members
| Member | Value | Description |
|---|---|---|
| Additional | 0 |
Indicates additional names rubber stamp annotation
|
| Approved | 1 |
Indicates approved rubber stamp annotation
|
| AsIs | 2 |
Indicates AsIs rubber stamp annotation
|
| Confidential | 3 |
Indicates confidential rubber stamp annotation
|
| Departmental | 4 |
Indicates departmental rubber stamp annotation
|
| Draft | 5 |
Indicates draft rubber stamp annotation
|
| Experimental | 6 |
Indicates experimental rubber stamp annotation
|
| Expired | 7 |
Indicates expired rubber stamp annotation
|
| Final | 8 |
Indicates final rubber stamp annotation
|
| ForComment | 9 |
Indicates for comment rubber stamp annotation
|
| ForPublicRelease | 10 |
Indicates for public release rubber stamp annotation
|
| NotApproved | 11 |
Indicates not approved rubber stamp annotation
|
| NotForPublicRelease | 12 |
Indicates not for public release rubber stamp annotation
|
| Sold | 13 |
Indicates sold rubber stamp annotation
|
| TopSecret | 14 |
Indicates topsecret rubber stamp annotation
|