Click or drag to resize

ExportDocumentToDocxArgsExportMarkup Property

if true, the text markup will be used in the export as well. if false, only the plain text conversion will be used. [default: 'true']

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

Property Value

Type: Boolean
See Also