Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SaveAsPdf Method / SaveAsPdf(Stream,PdfOptions) Method
The destination stream.
The set of parameters for the output PDF document.

In This Topic
    SaveAsPdf(Stream,PdfOptions) Method
    In This Topic
    Saves the current page to a stream in PDF format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsPdf( _
       ByVal outputStream As System.IO.Stream, _
       Optional ByVal options As PdfOptions _
    ) 
    public void SaveAsPdf( 
       System.IO.Stream outputStream,
       PdfOptions options
    )

    Parameters

    outputStream
    The destination stream.
    options
    The set of parameters for the output PDF document.
    See Also