Aspose::Pdf::Annotations::CaptionPosition enum

CaptionPosition enum

Enumeration of the annotation’s caption positioning.

enum class CaptionPosition

Values

NameValueDescription
Inline0The caption will be centered inside the line (default value).
Top1The caption will be on top of the line.

See Also