Initializes a new instance of the PDFTable class
Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public PDFTable( PDFDocument doc, int width, int left ) |
Visual Basic |
---|
Public Sub New ( _ doc As PDFDocument, _ width As Integer, _ left As Integer _ ) |
Visual C++ |
---|
public: PDFTable( PDFDocument^ doc, int width, int left ) |