GdPicture.WPF
14.4.1
Prefix Reserved
dotnet add package GdPicture.WPF --version 14.4.1
NuGet\Install-Package GdPicture.WPF -Version 14.4.1
<PackageReference Include="GdPicture.WPF" Version="14.4.1" />
<PackageVersion Include="GdPicture.WPF" Version="14.4.1" />
<PackageReference Include="GdPicture.WPF" />
paket add GdPicture.WPF --version 14.4.1
#r "nuget: GdPicture.WPF, 14.4.1"
#:package GdPicture.WPF@14.4.1
#addin nuget:?package=GdPicture.WPF&version=14.4.1
#tool nuget:?package=GdPicture.WPF&version=14.4.1
GdPicture.NET WPF Viewer Components
WPF viewer controls for the GdPicture.NET SDK, providing advanced document viewing, annotation, and thumbnail capabilities for Windows desktop applications.
Getting Started
Setting up the SDK
using GdPicture14;
using GdPicture14.WPF;
LicenseManager licence = new LicenseManager();
licence.RegisterKEY(""); // Set a demo key
Using the WPF GdViewer Control
// 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");
Using the ThumbnailEx Control
// 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");
Using the BookmarksTree Control
// 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);
Introduction
GdPicture.NET WPF is a specialized package providing WPF viewer components for the GdPicture.NET SDK by Nutrient. This package includes:
- GdViewer: Advanced WPF document viewer with annotation support
- ThumbnailEx: Thumbnail viewer for document pages
- BookmarksTree: Bookmark navigation control
- Visual Effects: Grayscale, multiply, and negative effects for rendering
These controls integrate seamlessly with the core GdPicture.NET API to provide rich document viewing experiences in WPF applications.
System Compatibility
Deployment
GdPicture.NET WPF assemblies are available for the following frameworks:
- .NET 8.0 (Windows)
- .NET Framework 4.6.2
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 |
Package Dependencies
This package depends on:
- GdPicture: Core SDK functionality
Key Features
- Document Viewing: Display PDFs, images, and 100+ file formats
- Annotation Support: Interactive annotation tools for markup and redaction
- Thumbnail Navigation: Visual page navigation with thumbnail previews
- Bookmark Navigation: PDF bookmark tree for quick document navigation
- WPF Effects: Built-in visual effects for document rendering
- Multi-Format Support: Works with all formats supported by GdPicture.NET
Documentation & Support
For comprehensive documentation and examples:
For technical support, contact the Nutrient support team.
Changelog
For a detailed list of changes included in each version, refer to the changelog.
License
When you integrate GdPicture.NET WPF components into your application, a trial license is activated automatically. This trial license provides:
- Support: Access to technical support
- Watermarking: A watermark will appear on all documents
- Trial Notifications: Regular trial mode reminders
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 is compatible. net9.0-windows was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.