Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfStringFormat.LeadingMarginFactor Property

Gets or sets a value that is the fraction of the font em-size used as both horizontal and vertical leading string margins.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public double LeadingMarginFactor { get; set; }

Property Value

Type Description
Double

A double value that is the fraction of the font em-size used as both horizontal and vertical leading string margins.

Remarks

The LeadingMarginFactor property is equal to 1/6 by default. The default value of the PdfStringFormat.GenericTypographic is equal to 0.

To specify the trailing string margin, use the PdfStringFormat.TrailingMarginFactor property.

See Also