ITextCharacterFormat.Hidden 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 hidden.
public:
property FormatEffect Hidden { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Hidden();
void Hidden(FormatEffect value);
public FormatEffect Hidden { get; set; }
var formatEffect = iTextCharacterFormat.hidden;
iTextCharacterFormat.hidden = formatEffect;
Public Property Hidden As FormatEffect
Property Value
The hidden state.