Specifies the type of icon to be used in displaying file attachment annotations.
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 PdfAttachmentIcon
Public Enumeration PdfAttachmentIcon
public enum class PdfAttachmentIcon
type PdfAttachmentIcon
Members
| Member | Value | Description |
|---|---|---|
| PushPin | 0 |
Type of icon used in file attachment annotation.
|
| Tag | 1 |
Type of icon used in file attachment annotation.
|
| Graph | 2 |
Type of icon used in file attachment annotation.
|
| Paperclip | 3 |
Type of icon used in file attachment annotation.
|