![]() |
VOOZH | about |
dotnet add package GdPicture.WPF --version 14.4.4
NuGet\Install-Package GdPicture.WPF -Version 14.4.4
<PackageReference Include="GdPicture.WPF" Version="14.4.4" />
<PackageVersion Include="GdPicture.WPF" Version="14.4.4" />Directory.Packages.props
<PackageReference Include="GdPicture.WPF" />Project file
paket add GdPicture.WPF --version 14.4.4
#r "nuget: GdPicture.WPF, 14.4.4"
#:package GdPicture.WPF@14.4.4
#addin nuget:?package=GdPicture.WPF&version=14.4.4Install as a Cake Addin
#tool nuget:?package=GdPicture.WPF&version=14.4.4Install as a Cake Tool
WPF viewer controls for the GdPicture.NET SDK, providing advanced document viewing, annotation, and thumbnail capabilities for Windows desktop applications.
using GdPicture14;
using GdPicture14.WPF;
LicenseManager licence = new LicenseManager();
licence.RegisterKEY(""); // Set a demo key
// In your WPF XAML
<Window xmlns:gdpicture="clr-namespace:GdPicture14.WPF;assembly=GdPicture.NET.14.WPF">
<gdpicture:GdViewer x:Name="gdViewer" />
</Window>
// In your code-behind
gdViewer.DisplayFromFile(@"document.pdf");
// In your WPF XAML
<Window xmlns:gdpicture="clr-namespace:GdPicture14.WPF;assembly=GdPicture.NET.14.WPF">
<gdpicture:ThumbnailEx x:Name="thumbnailEx" />
</Window>
// In your code-behind
thumbnailEx.LoadFromFile(@"document.pdf");
// In your WPF XAML
<Window xmlns:gdpicture="clr-namespace:GdPicture14.WPF;assembly=GdPicture.NET.14.WPF">
<gdpicture:BookmarksTree x:Name="bookmarksTree" />
</Window>
// In your code-behind
bookmarksTree.LoadFromGdViewer(gdViewer);
GdPicture.NET WPF is a specialized package providing WPF viewer components for the GdPicture.NET SDK by Nutrient. This package includes:
These controls integrate seamlessly with the core GdPicture.NET API to provide rich document viewing experiences in WPF applications.
GdPicture.NET WPF assemblies are available for the following frameworks:
This package is Windows-only as it provides WPF controls.
| GdPicture.NET.WPF Assembly | Operating Systems Supported for Deployment |
|---|---|
| .NET 8.0-windows | Microsoft Windows 10 (x64/x86) or newer, Microsoft Windows Server Core 2012 (x64) or newer |
| .NET Framework 4.6.2 | Microsoft Windows Vista (x64/x86) or newer, Microsoft Windows Server 2008 (x64/x86) or newer |
This package depends on:
For comprehensive documentation and examples:
For technical support, contact the Nutrient support team.
For a detailed list of changes included in each version, refer to the changelog.
When you integrate GdPicture.NET WPF components into your application, a trial license is activated automatically. This trial license provides:
For a comprehensive evaluation, please contact our Sales team to request a demo license key for a 60-day evaluation period without watermarks.
Copyright 2025 Nutrient. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. net10.0-windows7.0 net10.0-windows7.0 is compatible. |
| .NET Framework | net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.