PDFTable Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFTable Constructor |
| PDFTable Class See Also Send Feedback |
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 ) |