IGraphicEnvCreateTempFile Method |
Public API of XMLmind XSL-FO Converter for .NET
Creates a temporary file having specified suffix.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax string CreateTempFile(
string suffix
)
Function CreateTempFile (
suffix As String
) As String
String^ CreateTempFile(
String^ suffix
)
Parameters
- suffix
- Type: SystemString
suffix of the temporary file.
Example: ".tmp".
Return Value
Type:
Stringnewly created temporary file
Exceptions Exception | Condition |
---|
Exception | if, for any reason,
this method fails |
Remarks
This temporary file is automatically deleted at the end
of the conversion.
See Also