Represents measure type of width attribute in tables: pixels or percents
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public enum eTableWidthType
Public Enumeration eTableWidthType
public enum eTableWidthType
Members
| Member | Description |
|---|---|
| Pixels |
Use pixels
|
| Percents |
Use percents
|