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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GdPicture.WPF" Version="14.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GdPicture.WPF" Version="14.4.1" />
                    
Directory.Packages.props
<PackageReference Include="GdPicture.WPF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GdPicture.WPF --version 14.4.1
                    
#r "nuget: GdPicture.WPF, 14.4.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GdPicture.WPF@14.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GdPicture.WPF&version=14.4.1
                    
Install as a Cake Addin
#tool nuget:?package=GdPicture.WPF&version=14.4.1
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
14.4.1 0 4/3/2026
14.4.0 5,474 3/26/2026