Add<TContextObject>(string, string, TContextObject)

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

Siehe auch


Add(string, IPPImage)

Fügt ein Ausgabeelement für das Bild hinzu.

public IOutputFile Add(string path, IPPImage image)
ParameterTypBeschreibung
pathStringAusgabepfad.
imageIPPImageBild zum Ausgeben.

Rückgabewert

IOutputFile Objekt für das Bild.

Siehe auch


Add(string, IImage)

Fügt ein Ausgabeelement für das Bild hinzu.

public IOutputFile Add(string path, IImage image)
ParameterTypBeschreibung
pathStringAusgabepfad.
imageIImageBild zum Ausgeben.

Rückgabewert

IOutputFile Objekt für das Bild.

Siehe auch


Add(string, IVideo)

Fügt ein Ausgabeelement für das Video hinzu.

public IOutputFile Add(string path, IVideo video)
ParameterTypBeschreibung
pathStringAusgabepfad.
videoIVideoVideo zum Ausgeben.

Rückgabewert

IOutputFile Objekt für das Video.

Siehe auch


Add(string, IFontData, FontStyle)

Fügt ein Ausgabeelement für die Schriftart hinzu.

public IOutputFile Add(string path, IFontData fontData, FontStyle fontStyle)
ParameterTypBeschreibung
pathStringAusgabepfad.
fontDataIFontDataSchriftart zum Ausgeben.
fontStyleFontStyleSchriftstil.

Rückgabewert

IOutputFile Objekt für die Schriftart.

Siehe auch


Add(string, string)

Fügt ein Ausgabeelement für den Textinhalt hinzu.

public IOutputFile Add(string path, string textContent)
ParameterTypBeschreibung
pathStringAusgabepfad.
textContentStringInhalt zum Ausgeben.

Rückgabewert

IOutputFile Objekt für den Textinhalt.

Siehe auch