←Select platform

ShowCaption Property

Summary

Indicates whether to display the caption for this line annotation.

Syntax
C#
Java
public bool ShowCaption {get; set;} 
public boolean getShowCaption(); 
public void setShowCaption( 
   boolean booleanValue 
); 

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

Leadtools.Pdf Assembly

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