Output
输出类
表示 !:IWebDocument 的输出元素集合。
public sealed class Output
方法
| 名称 | 描述 |
|---|---|
| Add(string, IImage) | 为图像添加输出元素。 |
| Add(string, IPPImage) | 为图像添加输出元素。 |
| Add(string, IVideo) | 为视频添加输出元素。 |
| Add(string, string) | 为文本内容添加输出元素。 |
| Add(string, IFontData, FontStyleType) | 为指定的字体创建并添加输出文件元素。 |
| Add<TContextObject>(string, string, TContextObject) | 为上下文对象添加输出元素。 |
| BindResource(IOutputFile, object) | 将资源绑定到输出文件。 |
| GetResourcePath(object) | 返回给定资源的路径。 |