Compartilhar via


ITextCharacterFormat.Outline Propriedade

Definição

Obtém ou define se os caracteres são exibidos como caracteres descritos.

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

Valor da propriedade

O estado descrito.

Aplica-se a