PositioningMode Enumeration |
Defines positioning mode.
Possible values include Legacy (backward compatibility) and
Current (updated text position calculation method)
Namespace: Aspose.Pdf.FacadesAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum PositioningMode
Public Enumeration PositioningMode
public enum class PositioningMode
Members
| Member name | Value | Description |
---|
| Legacy | 0 |
Legacy text positioning
|
| ModernLineSpacing | 1 |
Updated line spacing, vertical position calculation is done by the old rules
(i.e. text is positioned relative to bottom-left corner of the specified rectangle)
|
| Current | 2 |
Updated line spacing and vertical position calculation is done based on left-top corner rather than left-bottom.
|
See Also