ITextCharacterFormat.Underline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of underlining that the characters use.
public:
property UnderlineType Underline { UnderlineType get(); void set(UnderlineType value); };
UnderlineType Underline();
void Underline(UnderlineType value);
public UnderlineType Underline { get; set; }
var underlineType = iTextCharacterFormat.underline;
iTextCharacterFormat.underline = underlineType;
Public Property Underline As UnderlineType
Property Value
The type of underlining.