Skip to content

899026 - How to search and highlight all the occurrences of a text on a desired page in the PdfViewer #55

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

Merged
merged 3 commits into from
May 16, 2025

Conversation

Dhileep4290
Copy link
Collaborator

Description:

  • Added sample to search and highlight all the occurrences of a text on a desired page in the PdfViewer.

@Dhileep4290 Dhileep4290 requested a review from Vikassekar May 15, 2025 07:49
</ItemGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.PdfViewer.WPF">
<Version>29.2.4</Version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the version

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the version and added *

<RowDefinition Height="30" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Button x:Name="Find" Content="Find Text" Width="80" Click="Find_Click" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

given proper name as Highlight text

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given proper name

@Vikassekar Vikassekar merged commit f595e0f into master May 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants