Skip to content

Commit 5b92a13

Browse files
883310 How to add bookmarks in the PDF using PDF Viewer?
1 parent a25b6c8 commit 5b92a13

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>net8.0-windows</TargetFramework>
6+
<Nullable>enable</Nullable>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<UseWPF>true</UseWPF>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Syncfusion.PdfViewer.WPF" Version="*" />
13+
</ItemGroup>
14+
15+
</Project>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.12.35527.113 d17.12
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddBookmark_Net", "AddBookmark_Net.csproj", "{E7B4CED4-54B3-49E6-B0A4-7B326B7A2A03}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{E7B4CED4-54B3-49E6-B0A4-7B326B7A2A03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{E7B4CED4-54B3-49E6-B0A4-7B326B7A2A03}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{E7B4CED4-54B3-49E6-B0A4-7B326B7A2A03}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{E7B4CED4-54B3-49E6-B0A4-7B326B7A2A03}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)