Click or drag to resize

GenericExportDataArgsTextConfiguration Property

Configuration of detailed export parameter as XML-snippet. These parameters reflect those of the right side of the export dialog in articy:draft.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public string TextConfiguration { get; set; }

Property Value

Type: String
Remarks
Sample XML files with configurations for the different exports can be found in the samples dir of the API installation or in the programmers guide.
See Also