![]() |
VOOZH | about |
dotnet add package GdPicture.WinForms --version 14.4.4
NuGet\Install-Package GdPicture.WinForms -Version 14.4.4
<PackageReference Include="GdPicture.WinForms" Version="14.4.4" />
<PackageVersion Include="GdPicture.WinForms" Version="14.4.4" />Directory.Packages.props
<PackageReference Include="GdPicture.WinForms" />Project file
paket add GdPicture.WinForms --version 14.4.4
#r "nuget: GdPicture.WinForms, 14.4.4"
#:package GdPicture.WinForms@14.4.4
#addin nuget:?package=GdPicture.WinForms&version=14.4.4Install as a Cake Addin
#tool nuget:?package=GdPicture.WinForms&version=14.4.4Install as a Cake Tool
WinForms viewer controls for the GdPicture.NET SDK, providing advanced document viewing, annotation, and thumbnail capabilities for Windows desktop applications.
using GdPicture14;
LicenseManager licence = new LicenseManager();
licence.RegisterKEY(""); // Set a demo key
// In your WinForms form
GdViewer gdViewer = new GdViewer();
gdViewer.Dock = DockStyle.Fill;
this.Controls.Add(gdViewer);
// Display a document
gdViewer.DisplayFromFile(@"document.pdf");
// In your WinForms form
ThumbnailEx thumbnailEx = new ThumbnailEx();
thumbnailEx.Dock = DockStyle.Fill;
this.Controls.Add(thumbnailEx);
thumbnailEx.LoadFromFile(@"document.pdf");
// In your WinForms form
BookmarksTree bookmarksTree = new BookmarksTree();
bookmarksTree.Dock = DockStyle.Fill;
this.Controls.Add(bookmarksTree);
bookmarksTree.LoadFromGdViewer(gdViewer);
GdPicture.NET WinForms is a specialized package providing WinForms 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 WinForms applications.
GdPicture.NET WinForms assemblies are available for the following frameworks:
This package is Windows-only as it provides WinForms controls.
| GdPicture.NET.WinForms 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 WinForms 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.