ITextImageFactoryService Interface

Definition

The factory service for creating ITextImages.

public interface class ITextImageFactoryService
public interface ITextImageFactoryService
type ITextImageFactoryService = interface
Public Interface ITextImageFactoryService

Remarks

This is a MEF Component, and should be imported as follows:

[Import]
ITextImageFactoryService factory = null;

Methods

CreateTextImage(String)

Create an ITextImage that contains text.

CreateTextImage(TextReader, Int64)

Create an ITextImage that contains the contents of reader.

Applies to