Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public void SetCreatorInfo(
string creator,
string subtype
) |
| Visual Basic |
|---|
Public Sub SetCreatorInfo ( _
creator As String, _
subtype As String _
) |
| Visual C++ |
|---|
public:
void SetCreatorInfo(
String^ creator,
String^ subtype
) |
See Also