DioDocs for PDF
RenderToPdf(Stream,PdfSettings) メソッド

GrapeCity.Documents.Html > GrapeCity.Documents.Html 名前空間 > GcHtmlRenderer クラス > RenderToPdf メソッド : RenderToPdf(Stream,PdfSettings) メソッド
The destination stream.
The set of parameters for the output PDF.
Creates a PDF document from the source HTML and saves it to a specified stream.
シンタックス
'宣言
 
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.
参照

GcHtmlRenderer クラス
GcHtmlRenderer メンバ
オーバーロード一覧