'Declaration Public Overloads Shadows Function SavePdfToResponse( _ ByVal fileName As String _ ) As FileContentResult
'Usage Dim instance As FpSpread Dim fileName As String Dim value As FileContentResult value = instance.SavePdfToResponse(fileName)
public new FileContentResult SavePdfToResponse( string fileName )
Parameters
- fileName
- The path and file name.