PathTextStyle Enumeration |
The style of how the text is broken to apply to the path.
Namespace:
Atalasoft.PdfDoc.Generating.Shapes
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax[SerializableAttribute]
public enum PathTextStyle
<SerializableAttribute>
Public Enumeration PathTextStyle
Members|
| Member name | Description |
|---|
| Letter |
break per letter
|
| Word |
break per word
|
See Also