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

Syntax

C#
public override Color BorderColorLeft { set; }
Visual Basic
Public Overrides WriteOnly Property BorderColorLeft As Color
	Set
Visual C++
public:
virtual property Color^ BorderColorLeft {
	void set (Color^ value) override;
}

See Also