C# Class AODL.ExternalExporter.PDF.Document.ContentConverter.MixedContentConverter

Summary for MixedContentConverter.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetMixedPdfContent ( ContentCollection iContentCollection ) : ArrayList

Convert a AODL IContentCollection into an ArrayList of IElement iText objects.

MixedContentConverter ( ) : System

Initializes a new instance of the MixedContentConverter class.

Method Details

GetMixedPdfContent() public static method

Convert a AODL IContentCollection into an ArrayList of IElement iText objects.
public static GetMixedPdfContent ( ContentCollection iContentCollection ) : ArrayList
iContentCollection ContentCollection The i content collection.
return System.Collections.ArrayList

MixedContentConverter() public method

Initializes a new instance of the MixedContentConverter class.
public MixedContentConverter ( ) : System
return System