CaptionPosition Enumeration |
Enumeration of the annotation�s caption positioning.
Namespace: Aspose.Pdf.AnnotationsAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum CaptionPosition
Public Enumeration CaptionPosition
public enum class CaptionPosition
Members
| Member name | Value | Description |
---|
| Inline | 0 |
The caption will be centered inside the line (default value).
|
| Top | 1 |
The caption will be on top of the line.
|
See Also