From c1505daecb26d83667740c499f77008670507b80 Mon Sep 17 00:00:00 2001 From: SF4524LogeshKumar Date: Wed, 2 Jul 2025 14:12:48 +0530 Subject: [PATCH] 965633: Resolved Image location issue. --- .../annotation/text-markup-annotation.md | 24 +++++++++---------- .../annotation/text-markup-annotation.md | 10 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/annotation/text-markup-annotation.md b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/annotation/text-markup-annotation.md index b411f352a9..2e82adee5b 100644 --- a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/annotation/text-markup-annotation.md +++ b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/annotation/text-markup-annotation.md @@ -12,7 +12,7 @@ documentation: ug The PDF Viewer control provides the options to add, edit, and delete text markup annotations such as highlight, underline, strikethrough and squiggly annotations in the PDF document. -![Alt text](../../images/text_markup_annotation.png) +![Alt text](../images/text_markup_annotation.png) ## Highlight a text @@ -22,7 +22,7 @@ There are two ways to highlight a text in the PDF document: * Select a text in the PDF document and right-click it. * Select **Highlight** option in the context menu that appears. -![Alt text](../../images/highlight_context.png) +![Alt text](../images/highlight_context.png) 2. Using the annotation toolbar @@ -31,7 +31,7 @@ There are two ways to highlight a text in the PDF document: * Select the text and the highlight annotation will be added. * You can also select the text and apply the highlight annotation using the **Highlight** button. -![Alt text](../../images/highlight_button.PNG) +![Alt text](../images/highlight_button.PNG) In the pan mode, if the highlight mode is entered, the PDF Viewer control will switch to text select mode to enable the text selection for highlighting the text. @@ -171,7 +171,7 @@ There are two ways to underline a text in the PDF document: * Select a text in the PDF document and right-click it. * Select the **Underline** option in the context menu that appears. -![Alt text](../../images/underline_context.png) +![Alt text](../images/underline_context.png) 2. Using the annotation toolbar @@ -180,7 +180,7 @@ There are two ways to underline a text in the PDF document: * Select the text and the underline annotation will be added. * You can also select the text and apply the underline annotation using the **Underline** button. -![Alt text](../../images/underline_button.png) +![Alt text](../images/underline_button.png) In the pan mode, if the underline mode is entered, the PDF Viewer control will switch to text select mode to enable the text selection for underlining the text. @@ -319,7 +319,7 @@ There are two ways to strikethrough a text in the PDF document: * Select a text in the PDF document and right-click it. * Select the **Strikethrough** option in the context menu that appears. -![Alt text](../../images/strikethrough_context.png) +![Alt text](../images/strikethrough_context.png) 2. Using the annotation toolbar @@ -328,7 +328,7 @@ There are two ways to strikethrough a text in the PDF document: * Select the text and the strikethrough annotation will be added. * You can also select the text and apply the strikethrough annotation using the **Strikethrough** button. -![Alt text](../../images/strikethrough_button.png) +![Alt text](../images/strikethrough_button.png) In the pan mode, if the strikethrough mode is entered, the PDF Viewer control will switch to text select mode to enable the text selection for striking through the text. @@ -469,7 +469,7 @@ There are two ways to add a squiggly annotation to text in the PDF document: * Select a text in the PDF document and right-click it. * Select the **Squiggly** option in the context menu that appears. -![Alt text](../../images/squiggly_context.png) +![Alt text](../images/squiggly_context.png) 2. Using the annotation toolbar @@ -478,7 +478,7 @@ There are two ways to add a squiggly annotation to text in the PDF document: * Select the text and the squiggly annotation will be added. * You can also select the text and apply the squiggly annotation using the **Squiggly** button. -![Alt text](../../images/squiggly_button.png) +![Alt text](../images/squiggly_button.png) In the pan mode, if the squiggly mode is entered, the PDF Viewer control will switch to text select mode to enable the text selection for adding squiggly to the text. @@ -624,7 +624,7 @@ The selected annotation can be deleted in the following ways: * Select the annotation to be deleted. * Click the **Delete Annotation** button in the annotation toolbar. The selected annotation will be deleted. -![Alt text](../../images/delete_button.png) +![Alt text](../images/delete_button.png) ## Editing the properties of the text markup annotation @@ -634,13 +634,13 @@ The color and the opacity of the text markup annotation can be edited using the The color of the annotation can be edited using the color palette provided in the Edit Color tool. -![Alt text](../../images/edit_color.png) +![Alt text](../images/edit_color.png) ### Editing opacity The opacity of the annotation can be edited using the range slider provided in the Edit Opacity tool. -![Alt text](../../images/edit_opacity.png) +![Alt text](../images/edit_opacity.png) ## Setting default properties during the control initialization diff --git a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/annotation/text-markup-annotation.md b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/annotation/text-markup-annotation.md index cd3fea3a34..812932918d 100644 --- a/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/annotation/text-markup-annotation.md +++ b/ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/annotation/text-markup-annotation.md @@ -12,7 +12,7 @@ documentation: ug The PDF Viewer control provides the options to add, edit, and delete text markup annotations such as highlight, underline, strikethrough and squiggly annotations in the PDF document. -![Alt text](../../images/text_markup_annotation.png) +![Alt text](../../pdfviewer/images/text_markup_annotation.png) ## Highlight a text @@ -23,7 +23,7 @@ There are two ways to highlight a text in the PDF document: * Select a text in the PDF document and right-click it. * Select **Highlight** option in the context menu that appears. -![Alt text](../../images/highlight_context.png) +![Alt text](../../pdfviewer/images/highlight_context.png) 2.Using the annotation toolbar @@ -33,7 +33,7 @@ There are two ways to highlight a text in the PDF document: * Select the text and the highlight annotation will be added. * You can also select the text and apply the highlight annotation using the **Highlight** button. -![Alt text](../../images/highlight_button.PNG) +![Alt text](../../pdfviewer/images/highlight_button.PNG) In the pan mode, if the highlight mode is entered, the PDF Viewer control will switch to text select mode to enable the text selection for highlighting the text. @@ -536,7 +536,7 @@ There are two ways to add a squiggly annotation to text in the PDF document: * Select a text in the PDF document and right-click it. * Select the **Squiggly** option in the context menu that appears. -![Alt text](../../images/squiggly_context.png) +![Alt text](../../pdfviewer/images/squiggly_context.png) 2.Using the annotation toolbar @@ -546,7 +546,7 @@ There are two ways to add a squiggly annotation to text in the PDF document: * Select the text and the squiggly annotation will be added. * You can also select the text and apply the squiggly annotation using the **Squiggly** button. -![Alt text](../../images/squiggly_button.png) +![Alt text](../../pdfviewer/images/squiggly_button.png) In the pan mode, if the squiggly mode is entered, the PDF Viewer control will switch to text select mode to enable the text selection for adding squiggly to the text.