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

Syntax

C#
public bool OverPrintStroking { set; }
Visual Basic
Public WriteOnly Property OverPrintStroking As Boolean
	Set
Visual C++
public:
property bool OverPrintStroking {
	void set (bool value);
}

See Also