Skip to content

Commit 18bafee

Browse files
authored
print: add warning about obsolete version
ScottPlot/ScottPlot#4757
1 parent 4082d09 commit 18bafee

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

content/faq/print.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ date: 2023-12-13
1010

1111
![](/images/faq/print/print-preview.png)
1212

13+
{{< code-sp4 >}}
14+
1315
```cs
1416
public Form1()
1517
{
@@ -50,4 +52,6 @@ private void btnPrintPreview_Click(object sender, EventArgs e)
5052
var printDialog = new PrintPreviewDialog { Document = printDocument };
5153
printDialog.ShowDialog();
5254
}
53-
```
55+
```
56+
57+
{{< /code-sp4 >}}

0 commit comments

Comments
 (0)