←Select platform

ShowCaption Property

Summary

Indicates whether to display the caption for this line annotation.

Syntax
C#
C++/CLI
Java
Python
public bool ShowCaption {get; set;} 
public boolean getShowCaption(); 
public void setShowCaption( 
   boolean booleanValue 
); 
public:  
   property bool ShowCaption 
   { 
      bool get() 
      void set(bool value) 
   } 
ShowCaption # get and set (PDFLineAnnotation) 

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 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.