Inverts the meaning of the bits of a mask.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public bool Inverted { get; set; } |
| Visual Basic |
|---|
Public Property Inverted As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Inverted { bool get (); void set (bool value); } |