Add

Add<TContextObject>(string, string, TContextObject)

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

See Also


Add(string, IPPImage)

Adds an output element for the image.

public IOutputFile Add(string path, IPPImage image)
ParameterTypeDescription
pathStringOutput path.
imageIPPImageImage to output.

Return Value

IOutputFile object for the image.

See Also


Add(string, Image)

Adds an output element for the image.

public IOutputFile Add(string path, Image image)
ParameterTypeDescription
pathStringOutput path.
imageImageImage to output.

Return Value

IOutputFile object for the image.

See Also


Add(string, IVideo)

Adds an output element for the video.

public IOutputFile Add(string path, IVideo video)
ParameterTypeDescription
pathStringOutput path.
videoIVideoVideo to output.

Return Value

IOutputFile object for the video.

See Also


Add(string, IFontData, FontStyle)

Adds an output element for the font.

public IOutputFile Add(string path, IFontData fontData, FontStyle fontStyle)
ParameterTypeDescription
pathStringOutput path.
fontDataIFontDataFont to output.
fontStyleFontStyleFont style.

Return Value

IOutputFile object for the font.

See Also


Add(string, string)

Adds an output element for the text content.

public IOutputFile Add(string path, string textContent)
ParameterTypeDescription
pathStringOutput path.
textContentStringContent to output.

Return Value

IOutputFile object for the text content.

See Also