PdfTextPlacement Enumeration |
Represents a placement of the annotation appearance text relative to its icon.
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic enum PdfTextPlacement
Public Enumeration PdfTextPlacement
MembersMember name | Value | Description |
---|
TextOnly | 0 |
No icon; text only.
|
IconOnly | 1 |
No text; icon only.
|
TextBelowIcon | 2 |
Text below the icon.
|
TextAboveIcon | 3 |
Text above the icon.
|
TextRightOfIcon | 4 |
Text to the right of the icon.
|
TextLeftOfIcon | 5 |
Text to the left of the icon.
|
TextOverIcon | 6 |
Text overlaid directly on the icon.
|
See Also