Share via


ITextCharacterFormat.Outline Property

Definition

Gets or sets whether characters are displayed as outlined characters.

public:
 property FormatEffect Outline { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Outline();

void Outline(FormatEffect value);
public FormatEffect Outline { get; set; }
var formatEffect = iTextCharacterFormat.outline;
iTextCharacterFormat.outline = formatEffect;
Public Property Outline As FormatEffect

Property Value

The outlined state.

Applies to