ITextImageFactoryService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
CreateTextImage(TextReader, Int64) |
Create an ITextImage that contains the contents of |