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

Syntax

C#
public abstract Image CreateDrawingImage(
	Color foreground,
	Color background
)
Visual Basic
Public MustOverride Function CreateDrawingImage ( _
	foreground As Color, _
	background As Color _
) As Image
Visual C++
public:
virtual Image^ CreateDrawingImage(
	Color foreground, 
	Color background
) abstract

Parameters

foreground
Type: System.Drawing..::..Color
background
Type: System.Drawing..::..Color

See Also