PdfRubberStampAnnotationIcon Enumeration
|
Specifies the enumeration of rubber stamp annotation icons.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfRubberStampAnnotationIcon
Public Enumeration PdfRubberStampAnnotationIcon
public enum class PdfRubberStampAnnotationIcon
type PdfRubberStampAnnotationIcon
Members
|
Member name
|
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
|
See Also