Click or drag to resize

PdfTextPlacement Enumeration

Represents a placement of the annotation appearance text relative to its icon.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public enum PdfTextPlacement
Members
Member nameValueDescription
TextOnly0 No icon; text only.
IconOnly1 No text; icon only.
TextBelowIcon2 Text below the icon.
TextAboveIcon3 Text above the icon.
TextRightOfIcon4 Text to the right of the icon.
TextLeftOfIcon5 Text to the left of the icon.
TextOverIcon6 Text overlaid directly on the icon.
See Also