PhysicalTextSegment
Overview
PhysicalTextSegment is a class in Aspose.PDF FOSS for .NET.
Physical (page-space) projection of an absorbed TextSegment.
This class provides 1 method for working with PhysicalTextSegment objects in .NET programs.
Available methods include: MeasureSegment.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: TextState.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TextState | TextState | Read | The segment’s text state; its TextXIndent carries the segment’s on-page start X. |
Methods
| Signature | Description |
|---|---|
MeasureSegment(from: int, to: int, includeTrailingSpaces: bool) | Measure the page-space advance of the character range [from..to] (inclusive) of the segment text. |