Namespace: iTextSharp.text.pdfAssembly: 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
) |
See Also