Initializes a new instance of the
PdfObject class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected PdfObject(
int type,
string content
) |
Visual Basic |
---|
Protected Sub New ( _
type As Integer, _
content As String _
) |
Visual C++ |
---|
protected:
PdfObject(
int type,
String^ content
) |
See Also