ITextCharacterFormat.Outline 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 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.