[]
Saves the grid to a PDF stream.
public void SavePdf(Stream stream, PdfExportOptions options)
Public Sub SavePdf(stream As Stream, options As PdfExportOptions)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream where the file is to be saved. |
| PdfExportOptions | options |
that customize the PDF output. |