PdfUtilWaitForFile Method

Printer API Documentation
Wait for a file to be created.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public static bool WaitForFile(
	string path,
	int timeoutMilliseconds
)

Parameters

path
Type: SystemString
Path of file to wait for.
timeoutMilliseconds
Type: SystemInt32
Timeout in milliseconds to wait.

Return Value

Type: Boolean
True if the file is present before the timeout
See Also

Reference