ITextParagraphFormat.LineSpacing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the paragraph line-spacing value.
public:
property float LineSpacing { float get(); };
float LineSpacing();
public float LineSpacing { get; }
var single = iTextParagraphFormat.lineSpacing;
Public ReadOnly Property LineSpacing As Single
Property Value
Single
float
The line spacing value. The meaning depends on the value of the LineSpacingRule property. The line spacing value is in floating-point points except when the line-spacing rule is Multiple or Percent.