TdxDocumentSaveOptions.DefaultFileName Property
Specifies the default target file name for document export operations.
Declaration
property DefaultFileName: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The default target file name for document export operations. |
Remarks
Use DefaultFileName and DefaultFormat properties to specify the default file name and format for document export operations.
The DefaultFileName property is in effect if the CurrentFileName property is set to an empty string (default).
See Also