Skip to content

965633: Resolved Image location issue. #4362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

<!-- markdownlint-disable MD029 -->
2. Using the annotation toolbar
Expand All @@ -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.

Expand Down Expand Up @@ -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)

<!-- markdownlint-disable MD029 -->
2. Using the annotation toolbar
Expand All @@ -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.

Expand Down Expand Up @@ -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)

<!-- markdownlint-disable MD029 -->
2. Using the annotation toolbar
Expand All @@ -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.

Expand Down Expand Up @@ -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)

<!-- markdownlint-disable MD029 -->
2. Using the annotation toolbar
Expand All @@ -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.

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

<!-- markdownlint-disable MD029 -->
2.Using the annotation toolbar
Expand All @@ -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.

Expand Down Expand Up @@ -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)

<!-- markdownlint-disable MD029 -->
2.Using the annotation toolbar
Expand All @@ -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.

Expand Down