Add<TContextObject>(string, string, TContextObject)

public IOutputFile Add<TContextObject>(string path, string templateKey, 
    TContextObject contextObject)

另请参见


Add(string, IPPImage)

添加图像的输出元素。

public IOutputFile Add(string path, IPPImage image)
参数类型描述
pathString输出路径。
imageIPPImage要输出的图像。

返回值

IOutputFile 对象,表示图像。

另请参见


Add(string, IImage)

添加图像的输出元素。

public IOutputFile Add(string path, IImage image)
参数类型描述
pathString输出路径。
imageIImage要输出的图像。

返回值

IOutputFile 对象,表示图像。

另请参见


Add(string, IVideo)

添加视频的输出元素。

public IOutputFile Add(string path, IVideo video)
参数类型描述
pathString输出路径。
videoIVideo要输出的视频。

返回值

IOutputFile 对象,表示视频。

另请参见


Add(string, IFontData, FontStyle)

添加字体的输出元素。

public IOutputFile Add(string path, IFontData fontData, FontStyle fontStyle)
参数类型描述
pathString输出路径。
fontDataIFontData要输出的字体。
fontStyleFontStyle字体样式。

返回值

IOutputFile 对象,表示字体。

另请参见


Add(string, string)

添加文本内容的输出元素。

public IOutputFile Add(string path, string textContent)
参数类型描述
pathString输出路径。
textContentString要输出的内容。

返回值

IOutputFile 对象,表示文本内容。

另请参见