We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163937b commit dc2088fCopy full SHA for dc2088f
MAUI/PDF-Viewer/Toolbar.md
@@ -980,7 +980,6 @@ for (int i = 0; i < pdfViewer?.Toolbars.Count; i++)
980
{
981
// Get the toolbar item with the name "Signature" from the current toolbar
982
var item = pdfViewer.Toolbars[i]?.Items?.GetByName("Signature");
983
-
984
// Check if the item exists in the toolbar
985
if (item != null)
986
0 commit comments