Class FlowDocument
Assembly: PDFTronDotNet.dll
Syntax
public class FlowDocument : IDisposable
Constructors
FlowDocument()
Declaration
Methods
AddList()
Declaration
Returns
AddParagraph()
Declaration
public Paragraph AddParagraph()
Returns
AddParagraph(string)
Declaration
public Paragraph AddParagraph(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
AddTable()
Declaration
Returns
Destroy()
Declaration
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
GetBody()
Declaration
public ContentNode GetBody()
Returns
PaginateToPDF()
Declaration
public PDFDoc PaginateToPDF()
Returns
SetDefaultMargins(double, double, double, double)
Declaration
public void SetDefaultMargins(double left_points, double top_points, double right_points, double bottom_points)
Parameters
SetDefaultPageSize(double, double)
Declaration
public void SetDefaultPageSize(double width_points, double height_points)
Parameters
Type |
Name |
Description |
double |
width_points |
|
double |
height_points |
|
Implements