←Select platform

LineHeight Property

Summary

Height of a single line of text in PDF coordinates.

Syntax
C#
C++/CLI
Java
Python
public double LineHeight {get; set;} 
public double getLineHeight(); 
public void setLineHeight( 
   double doubleValue 
); 
public:  
   property double LineHeight 
   { 
      double get() 
      void set(double value) 
   } 
LineHeight # get and set (PDFTextAnnotation) 

Property Value

The height of a single line of text in PDF coordinates. The default value is 0.

Remarks

The default value of 0 instructs the framework to calculate the line height automatically from the font size. Otherwise, set this property to any other value to use custom line heights.

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.