Click or drag to resize
IGraphicEnvCreateTempFile Method
Public API of XMLmind XSL-FO Converter for .NET
Creates a temporary file having specified suffix.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
string CreateTempFile(
	string suffix
)

Parameters

suffix
Type: SystemString
suffix of the temporary file. Example: ".tmp".

Return Value

Type: String
newly created temporary file
Exceptions
ExceptionCondition
Exceptionif, for any reason, this method fails
Remarks
This temporary file is automatically deleted at the end of the conversion.
See Also