Skip to content

Commit e5fcc04

Browse files
977382: Add API links in MAUI PDF Viewer
1 parent 25d1857 commit e5fcc04

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Document-Processing/PDF/PDF-Viewer/maui/Print-a-Document.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Below is an example of the print preview dialog on the Android platform. The app
3838

3939
## How to adjust the print quality on the Windows platform?
4040

41-
[SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows users to adjust the printing quality on the Windows platform using the `PrintSettings.PrintQuality` API. The `PrintQuality` enumeration supports the below quality levels:
42-
* Low - Optimizes print speed and uses minimal memory during printing.
43-
* Default - Suitable for standard text and basic graphics, while maintaining the quality of previous versions. This is the default value.
44-
* Medium - Balances clarity and performance during printing.
45-
* High - Ensures sharper lines and crisp small annotations in the output.
46-
* Ultra - Optimizes the detail on large-format print documents like CAD drawings and architectural plans.
41+
[SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows users to adjust the printing quality on the Windows platform using the [PrintSettings.PrintQuality](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintSettings.html#Syncfusion_Maui_PdfViewer_PrintSettings_PrintQuality) API. The [PrintQuality](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintQuality.html) enumeration supports the below quality levels:
42+
* [Low](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintQuality.html#Syncfusion_Maui_PdfViewer_PrintQuality_Low) - Optimizes print speed and uses minimal memory during printing.
43+
* [Default](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintQuality.html#Syncfusion_Maui_PdfViewer_PrintQuality_Default) - Suitable for standard text and basic graphics, while maintaining the quality of previous versions. This is the default value.
44+
* [Medium](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintQuality.html#Syncfusion_Maui_PdfViewer_PrintQuality_Medium) - Balances clarity and performance during printing.
45+
* [High](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintQuality.html#Syncfusion_Maui_PdfViewer_PrintQuality_High) - Ensures sharper lines and crisp small annotations in the output.
46+
* [Ultra](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintQuality.html#Syncfusion_Maui_PdfViewer_PrintQuality_Ultra) - Optimizes the detail on large-format print documents like CAD drawings and architectural plans.
4747

4848
{% tabs %}
4949
{% highlight c# %}
@@ -52,7 +52,7 @@ PdfViewer.PrintSettings.PrintQuality = PrintQuality.High;
5252
{% endhighlight %}
5353
{% endtabs %}
5454

55-
N> The `PrintQuality` API is only applicable to the Windows platform and does not affect printing on Android, iOS, or macOS.
55+
N> The [PrintQuality](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.PrintSettings.html#Syncfusion_Maui_PdfViewer_PrintSettings_PrintQuality) API is only applicable to the Windows platform and does not affect printing on Android, iOS, or macOS.
5656

5757
## Limitations
5858

0 commit comments

Comments
 (0)