'宣言 Public Overloads Function RenderToPdf( _ ByVal outputStream As System.IO.Stream, _ Optional ByVal settings As PdfSettings _ ) As System.Boolean
public System.bool RenderToPdf( System.IO.Stream outputStream, PdfSettings settings )
パラメータ
- outputStream
- The destination stream.
- settings
- The set of parameters for the output PDF.
戻り値の型
True if PDF was successfully saved; otherwise, false.