Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
This enum represents a list of allowed font stretches.
Namespace: Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
UltraCondensed | 1 | The enclosed text should be Ultra Condensed. | |
ExtraCondensed | 2 | The enclosed text should be Extra Condensed. | |
Condensed | 3 | The enclosed text should be Condensed. | |
SemiCondensed | 4 | The enclosed text should be Semi Condensed. | |
Normal | 5 | The enclosed text should be Normal. | |
SemiExpanded | 6 | The enclosed text should be Semi Expanded. | |
Expanded | 7 | The enclosed text should be Expanded. | |
ExtraExpanded | 8 | The enclosed text should be Extra Expanded. | |
UltraExpanded | 9 | The enclosed text should be Ultra Expanded. |
See Also