Skip to main content

PdfStringFormat.TrailingMarginFactor Property

Gets or sets a value that is the fraction of the font em-size used as the horizontal trailing string margin.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double TrailingMarginFactor { get; set; }

Property Value

Type Description
Double

A double value that is the fraction of the font em-size used as the horizontal trailing string margin.

Remarks

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

To specify the leading string margin, use the PdfStringFormat.LeadingMarginFactor property.

See Also