Add

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
pathStringAusgangspfad.
imageIPPImageBild zur Ausgabe.

Rückgabewert

IOutputFileObjekt für das Bild.

Siehe auch


Add(string, Image)

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

public IOutputFile Add(string path, Image image)
ParameterTypBeschreibung
pathStringAusgangspfad.
imageImageBild zur Ausgabe.

Rückgabewert

IOutputFileObjekt 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
pathStringAusgangspfad.
videoIVideoVideo zur Ausgabe.

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
pathStringAusgangspfad.
fontDataIFontDataSchriftart zur Ausgabe.
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
pathStringAusgangspfad.
textContentStringAuszugebender Inhalt.

Rückgabewert

IOutputFile Objekt für den Textinhalt.

Siehe auch