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: 11.4.0.9.0.377 (.NET 4.5.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