Initializes a new instance of the RtfTable class
Namespace: iTextSharp.text.rtf.tableAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RtfTable( RtfDocument doc, PdfPTable table ) |
Visual Basic |
---|
Public Sub New ( _ doc As RtfDocument, _ table As PdfPTable _ ) |
Visual C++ |
---|
public: RtfTable( RtfDocument^ doc, PdfPTable^ table ) |
Parameters
- table
- Type: iTextSharp.text.pdf..::..PdfPTable