←Select platform

CaptionPosition Property

Summary

Position of the caption over the line.

Syntax
C#
C++/CLI
Java
Python
public string CaptionPosition {get; set;} 
public String getCaptionPosition(); 
public void setCaptionPosition( 
   java.lang.String string 
); 
public:  
   property String^ CaptionPosition 
   { 
      String^ get() 
      void set(String^ value) 
   } 
CaptionPosition # get and set (PDFLineAnnotation) 

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 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.