Class FlowDocument
Inheritance
System.Object
FlowDocument
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.Layout
Assembly: PDFNetiOS.dll
Syntax
public class FlowDocument : IDisposable
Constructors
FlowDocument()
Declaration
public FlowDocument()
Methods
AddList()
Declaration
public List AddList()
Returns
Type | Description |
---|---|
List |
AddParagraph()
Declaration
public Paragraph AddParagraph()
Returns
Type | Description |
---|---|
Paragraph |
AddParagraph(String)
Declaration
public Paragraph AddParagraph(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
Paragraph |
AddTable()
Declaration
public Table AddTable()
Returns
Type | Description |
---|---|
Table |
Destroy()
Declaration
public void Destroy()
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
GetBody()
Declaration
public ContentNode GetBody()
Returns
Type | Description |
---|---|
ContentNode |
PaginateToPDF()
Declaration
public PDFDoc PaginateToPDF()
Returns
Type | Description |
---|---|
PDFDoc |
SetDefaultMargins(Double, Double, Double, Double)
Declaration
public void SetDefaultMargins(double left_points, double top_points, double right_points, double bottom_points)
Parameters
Type | Name | Description |
---|---|---|
System.Double | left_points | |
System.Double | top_points | |
System.Double | right_points | |
System.Double | bottom_points |
SetDefaultPageSize(Double, Double)
Declaration
public void SetDefaultPageSize(double width_points, double height_points)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width_points | |
System.Double | height_points |
Implements
System.IDisposable