'Declaration 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 )
Parameters
- outputStream
- The destination stream.
- settings
- The set of parameters for the output PDF.
Return Value
True if PDF was successfully saved; otherwise, false.