Skip to content

Commit fd88ae0

Browse files
changes
1 parent 4c370da commit fd88ae0

54 files changed

Lines changed: 180 additions & 234 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Document-Processing/PDF/PDF-Viewer/maui/Add-Remove-Modify-Annotations.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ private void OnAnnotationAdded(object sender, AnnotationEventArgs e)
192192
{% endtabs %}
193193

194194
## See Also
195-
196-
* [Annotations Overview](https://help.syncfusion.com/maui/pdf-viewer/annotations-overview)
197-
* [Select and Deselect Annotations](https://help.syncfusion.com/maui/pdf-viewer/select-deselect-annotations)
198-
* [Import and Export Annotations](https://help.syncfusion.com/maui/pdf-viewer/import-export-annotations)
199-
* [Undo and Redo](https://help.syncfusion.com/maui/pdf-viewer/undo-redo)
195+
- [Annotations Overview](../annotations-overview)
196+
- [Select and Deselect Annotations](../select-deselect-annotations)
197+
- [Import and Export Annotations](../import-export-annotations)
198+
- [Undo and Redo](../undo-redo)

Document-Processing/PDF/PDF-Viewer/maui/Annotation-Collection.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ private void OnAnnotationsLoaded(object? sender, EventArgs e)
6363
{% endtabs %}
6464

6565
## See Also
66-
67-
* [Add, Remove, and Modify Annotations](https://help.syncfusion.com/maui/pdf-viewer/add-remove-modify-annotations)
68-
* [Annotations Overview](https://help.syncfusion.com/maui/pdf-viewer/annotations-overview)
69-
* [Select and Deselect Annotations](https://help.syncfusion.com/maui/pdf-viewer/select-deselect-annotations)
66+
- [Add, Remove, and Modify Annotations](../add-remove-modify-annotations)
67+
- [Annotations Overview](../annotations-overview)
68+
- [Select and Deselect Annotations](../select-deselect-annotations)

Document-Processing/PDF/PDF-Viewer/maui/Annotations-Comment.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,5 @@ Comments and replies can be deleted through the context menu available under the
9494
**Note :** Deleting the root comment from the comment panel also deletes the associated annotation.
9595

9696
## See Also
97-
98-
* [Add, Remove, and Modify Annotations](https://help.syncfusion.com/maui/pdf-viewer/add-remove-modify-annotations)
99-
* [Annotations Overview](https://help.syncfusion.com/maui/pdf-viewer/annotations-overview)
97+
- [Add, Remove, and Modify Annotations](../add-remove-modify-annotations)
98+
- [Annotations Overview](../annotations-overview)

Document-Processing/PDF/PDF-Viewer/maui/Annotations-Overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ For more information, see [Ink Annotations](https://help.syncfusion.com/maui/pdf
9090
| [Annotation Comments](https://help.syncfusion.com/maui/pdf-viewer/annotations-comment) | Add review comments and status to annotations. |
9191

9292
## See Also
93-
94-
* [Add, Remove, and Modify Annotations](https://help.syncfusion.com/maui/pdf-viewer/add-remove-modify-annotations)
95-
* [Import and Export Annotations](https://help.syncfusion.com/maui/pdf-viewer/import-export-annotations)
96-
* [Save a Document](https://help.syncfusion.com/maui/pdf-viewer/save-a-document)
97-
* [Undo and Redo](https://help.syncfusion.com/maui/pdf-viewer/undo-redo)
93+
- [Add, Remove, and Modify Annotations](../add-remove-modify-annotations)
94+
- [Import and Export Annotations](../import-export-annotations)
95+
- [Save a Document](../save-a-document)
96+
- [Undo and Redo](../undo-redo)

Document-Processing/PDF/PDF-Viewer/maui/Coordinates-Conversion.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ if (annotation is SquareAnnotation squareAnnotation)
140140
{% endtabs %}
141141

142142
## See Also
143-
144-
* [Annotations Overview](https://help.syncfusion.com/maui/pdf-viewer/annotations-overview)
145-
* [Page Navigation](https://help.syncfusion.com/maui/pdf-viewer/page-navigation)
146-
* [Scrolling](https://help.syncfusion.com/maui/pdf-viewer/scrolling)
143+
- [Annotations Overview](../annotations-overview)
144+
- [Page Navigation](../page-navigation)
145+
- [Scrolling](../scrolling)
147146

Document-Processing/PDF/PDF-Viewer/maui/Custom-Bookmark.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ if (customBookmark != null)
287287
{% endtabs %}
288288

289289
## See Also
290-
291-
* [Document Outline](https://help.syncfusion.com/maui/pdf-viewer/document-outline)
292-
* [Page Navigation](https://help.syncfusion.com/maui/pdf-viewer/page-navigation)
293-
* [Hyperlink Navigation](https://help.syncfusion.com/maui/pdf-viewer/hyperlink-navigation)
290+
- [Document Outline](../document-outline)
291+
- [Page Navigation](../page-navigation)
292+
- [Hyperlink Navigation](../hyperlink-navigation)

Document-Processing/PDF/PDF-Viewer/maui/Document-Link-Annotations.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pdfViewer.EnableDocumentLinkNavigation = false;
2727
{% endtabs %}
2828

2929
## See Also
30-
31-
* [Hyperlink Navigation](https://help.syncfusion.com/maui/pdf-viewer/hyperlink-navigation)
32-
* [Page Navigation](https://help.syncfusion.com/maui/pdf-viewer/page-navigation)
33-
* [Document Outline (Bookmarks)](https://help.syncfusion.com/maui/pdf-viewer/document-outline)
30+
- [Hyperlink Navigation](../hyperlink-navigation)
31+
- [Page Navigation](../page-navigation)
32+
- [Document Outline (Bookmarks)](../document-outline)

Document-Processing/PDF/PDF-Viewer/maui/Document-Outline.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ if (outlineElement != null)
7979
{% endtabs %}
8080

8181
## See Also
82-
83-
* [Page Navigation](https://help.syncfusion.com/maui/pdf-viewer/page-navigation)
84-
* [Document Link Annotations](https://help.syncfusion.com/maui/pdf-viewer/document-link-annotations)
85-
* [Custom Bookmark](https://help.syncfusion.com/maui/pdf-viewer/custom-bookmark)
82+
- [Page Navigation](../page-navigation)
83+
- [Document Link Annotations](../document-link-annotations)
84+
- [Custom Bookmark](../custom-bookmark)

Document-Processing/PDF/PDF-Viewer/maui/DocumentLoadNotifications.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ private void PdfDocumentLoadFailed(object sender, DocumentLoadFailedEventArgs e)
110110
{% endtabs %}
111111

112112
## See Also
113-
114-
* [Open a Document](https://help.syncfusion.com/maui/pdf-viewer/open-a-document)
115-
* [Getting Started](https://help.syncfusion.com/maui/pdf-viewer/getting-started)
116-
* [Save a Document](https://help.syncfusion.com/maui/pdf-viewer/save-a-document)
113+
- [Open a Document](../open-a-document)
114+
- [Getting Started](../getting-started)
115+
- [Save a Document](../save-a-document)

Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Collection.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ private void PdfViewer_FormFieldValueChanged(object sender, FormFieldValueChange
9797
{% endtabs %}
9898

9999
## See Also
100-
101-
* [Form Filling Overview](https://help.syncfusion.com/maui/pdf-viewer/form-filling-overview)
102-
* [Edit Form Fields](https://help.syncfusion.com/maui/pdf-viewer/form-filling-edit)
103-
* [Show and Hide Form Fields](https://help.syncfusion.com/maui/pdf-viewer/form-filling-show-hide)
104-
* [Form Field Events](https://help.syncfusion.com/maui/pdf-viewer/form-filling-events)
100+
- [Form Filling Overview](../form-filling-overview)
101+
- [Edit Form Fields](../form-filling-edit)
102+
- [Show and Hide Form Fields](../form-filling-show-hide)
103+
- [Form Field Events](../form-filling-events)

0 commit comments

Comments
 (0)