| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Image.ExportFileName Property |
||
| Description: | Gets or sets the file name of an image 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: |
[C#]
public string ExportFileName { get; set; }
[Visual Basic] Public Property ExportFileName() As String |
|
| See also: | Images, Graphical Overview. | |