Apitron.PDF.Kit library for .NET
Top
The TextSegment type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BaseLine |
Gets the segments's base line location.
|
![]() | Boundary |
Gets the boundary.
|
![]() | FontFamily |
Gets the segment's font family.
|
![]() | FontName |
Gets the segment's font name.
|
![]() | FontResourceID |
Gets the font id.
|
![]() | FontSize |
Gets the segment's font size.
|
![]() | Glyphs |
Gets the glyphs descriptions.
|
![]() | IsBold |
Gets the value indicating if the segment's font is bold.
|
![]() | IsItalic |
Gets the value indicating if the segment's font is italic.
|
![]() | Scale |
Gets the segment's font size scale.
|
![]() | Stretch |
Gets the segment's font stretch.
|
![]() | Text |
Get the text.
|
![]() | Weight |
Gets the segment's font weight.
|
See Also