Inverts the meaning of the bits of a mask.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

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);
}

Field Value

true to invert the meaning of the bits of a mask

Collapse imageSee Also