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.48.0.0 (3.48.0.0)
Syntax public void WriteFile(
string filename
)
Public Sub WriteFile (
filename As String
)
Parameters
- filename
- Type: SystemString
The filename to open as a FileStream and write data from.
See Also