←Select platform

CaptionPosition Property

Summary

Position of the caption over the line.

Syntax
C#
VB
C++
public string CaptionPosition {get; set;} 
Public Property CaptionPosition() As String 
   Get 
   Set 
public:  
   property String^ CaptionPosition 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The position of the caption in relation to the line. The default value is null (for inline caption position, where the caption will be centered inside the line).

Remarks

Set the value of this property to any of the CaptionPosition constants defined in the PDFLineAnnotation object, namely, CaptionPositionInline or CaptionPositionTop.

Refer to ShowCaption for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly