Returns the transparency.

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

Syntax

C#
public int[] Transparency { get; set; }
Visual Basic
Public Property Transparency As Integer()
	Get
	Set
Visual C++
public:
property array<int>^ Transparency {
	array<int>^ get ();
	void set (array<int>^ value);
}

Field Value

the transparency

See Also