C# Класс AODL.ExternalExporter.PDF.Document.ContentConverter.MixedContentConverter

Summary for MixedContentConverter.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetMixedPdfContent() публичный статический Метод

Convert a AODL IContentCollection into an ArrayList of IElement iText objects.
public static GetMixedPdfContent ( ContentCollection iContentCollection ) : ArrayList
iContentCollection ContentCollection The i content collection.
Результат System.Collections.ArrayList

MixedContentConverter() публичный Метод

Initializes a new instance of the MixedContentConverter class.
public MixedContentConverter ( ) : System
Результат System