HtmlSaveOptionsLettersPositioningMethods Enumeration |
It enumerates possible modes of positioning of letters in words in result HTML
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum LettersPositioningMethods
Public Enumeration LettersPositioningMethods
public enum class LettersPositioningMethods
type LettersPositioningMethods
Members
| Member name | Value | Description |
---|
| UseEmUnitsAndCompensationOfRoundingErrorsInCss | 0 |
It's default method. It uses EM-units and special alhorithm of compensation of rounding errors
It's preferable for usage in IE10.0 and more fresh versions and gives better scaling of captions when scaling is necessary
|
| UsePixelUnitsInCssLetterSpacingForIE | 1 |
It allows to get sometimes more precise results in old IE browser versions
|
See Also