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

Syntax

C#
public void SetPrint(
	string subtype,
	bool printstate
)
Visual Basic
Public Sub SetPrint ( _
	subtype As String, _
	printstate As Boolean _
)
Visual C++
public:
void SetPrint(
	String^ subtype, 
	bool printstate
)

Parameters

subtype
Type: System..::..String
printstate
Type: System..::..Boolean

See Also