'宣言 Protected Function GetStream( _ ByVal fileName As System.String _ ) As System.IO.Stream
'使用法 Dim instance As PdfExporter Dim fileName As System.String Dim value As System.IO.Stream value = instance.GetStream(fileName)
protected System.IO.Stream GetStream( System.string fileName )
パラメータ
- fileName