From 454ecbc8d28e9d475812872b0189cd99464c00ab Mon Sep 17 00:00:00 2001 From: YaminiSF4802 Date: Thu, 27 Mar 2025 09:26:57 +0530 Subject: [PATCH] changedtheheader --- MAUI/PDF-Viewer/Form-Filling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAUI/PDF-Viewer/Form-Filling.md b/MAUI/PDF-Viewer/Form-Filling.md index 95ecba884..5003b709b 100644 --- a/MAUI/PDF-Viewer/Form-Filling.md +++ b/MAUI/PDF-Viewer/Form-Filling.md @@ -259,7 +259,7 @@ You can manage the visibility of form fields using the `IsHidden` property. It h To hide form fields in the document, set the `IsHidden` property of the form fields to `true`. -#### Hide all form fields +### Hide all form fields While reviewing and presenting documents, all form fields can be hidden to improve the focus on the content and to avoid distraction caused by cluttered form fields. The following example explains how to hide all form fields in a PDF document.