PdfStringFormat.TrailingMarginFactor Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#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