Represents measure type of width attribute in tables: pixels or percents

Namespace:  SautinSoft
Assembly:  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

MemberDescription
Pixels
Use pixels
Percents
Use percents

See Also