←Select platform

ShowCaption Property

Summary

Indicates whether to display the caption for this line annotation.

Syntax
C#
VB
C++
public bool ShowCaption {get; set;} 
Public Property ShowCaption() As Boolean 
   Get 
   Set 
public:  
   property bool ShowCaption 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to show the caption of this line annotation; otherwise, false. The default value is false.

Remarks

A PDF line annotation can show a caption (title) over the object. To use this feature set the following properties:

  • Content: set to the caption text
  • ShowCaption: set to true
  • CaptionPosition: set to the desired position of the caption over the line.

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