Skip to main content
All docs
V26.1
  • LineAnnotation.CaptionPosition Property

    Gets or sets the annotation’s caption position.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public LineAnnotationCaptionPosition CaptionPosition { get; set; }

    Property Value

    Type Description
    LineAnnotationCaptionPosition

    A caption position.

    Available values:

    Name Description
    Inline

    Displays the caption inline with the annotation line.

    Top

    Displays the caption above the annotation line.

    See Also