RenderPDF Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFTextLine..::..RenderPDF Method |
| PDFTextLine Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor.PDF
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void RenderPDF( PDFDocument doc, int swidth, int sleft ) |
| Visual Basic |
|---|
Public Sub RenderPDF ( _ doc As PDFDocument, _ swidth As Integer, _ sleft As Integer _ ) |
| Visual C++ |
|---|
public: void RenderPDF( PDFDocument^ doc, int swidth, int sleft ) |