FlowDocument Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The FlowDocument type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified element to the container.
(Inherited from ContainerElementT.)
Public methodAddItems
Adds the specified elements to the container.
(Inherited from ContainerElementT.)
Public methodClear
Removes all elements from container.
(Inherited from ContainerElementT.)
Public methodContains (Inherited from ContainerElementT.)
Public methodCopyTo
Copies to.
(Inherited from ContainerElementT.)
Public methodStatic memberLoadFromXml
Loads the document from XML.
Public methodRemove
Removes the specified item.
(Inherited from ContainerElementT.)
Public methodSaveToXml
Saves document structure to XML.
Public methodToFixedDocument(ResourceManager, PageBoundary, PdfStandard)
Generates the FixedDocument from this instance.
Public methodToFixedDocument(ResourceManager, PDFALevels, PageBoundary)
Generates the FixedDocument from this instance. The resulting document will be saved in PDFA.
Public methodWrite(Stream, ResourceManager, PageBoundary, PdfStandard)
Processes document and writes PDF content to the output stream.
Public methodWrite(Stream, ResourceManager, PDFALevels, PageBoundary)
Processes document and writes PDF content to the output stream. The resulting document will be saved in PDFA.
Top
See Also

Reference