Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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