←Select platform

LineHeight Property

Summary

Height of a single line of text in PDF coordinates.

Syntax
C#
VB
C++
public double LineHeight {get; set;} 
Public Property LineHeight() As Double 
   Get 
   Set 
public:  
   property double LineHeight 
   { 
      double get() 
      void set(double value) 
   } 

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

Leadtools.Pdf Assembly