Click or drag to resize

PdfDataResponseWriteFile Method

Writes a block of bytes to the response output stream using data read from a FileStream with the specified filename.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void WriteFile(
	string filename
)

Parameters

filename
Type: SystemString
The filename to open as a FileStream and write data from.
See Also