ITextCharacterFormat.Underline Property

Definition

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.

Applies to