Includes the trailing space at the end of each line.
By default the boundary rectangle returned by the MeasureString method of PdfFont excludes the space at the end of each line.
Set this flag to include that space in measurement.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public bool MeasureTrailingSpaces { get; set; }
Public Property MeasureTrailingSpaces As Boolean Get Set
public: property bool MeasureTrailingSpaces { bool get (); void set (bool value); }
member MeasureTrailingSpaces : bool with get, set
Property Value
Booleantrue if [measure trailing spaces]; otherwise, false.