Gets or sets the file name used, if a Text Control document is saved. An empty string indicates that no export filename has currently be specified for the image. In this case either the original or a constructed filename is used. A filename is constructed in the following form: <document_filename>_<number>.<extension>

Syntax

public string ExportFileName { get; set; }
Public Property ExportFileName() As String