GroupDocs.Viewer.UI.Core 8.1.1

Prefix Reserved
dotnet add package GroupDocs.Viewer.UI.Core --version 8.1.1
                    
NuGet\Install-Package GroupDocs.Viewer.UI.Core -Version 8.1.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="GroupDocs.Viewer.UI.Core" Version="8.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GroupDocs.Viewer.UI.Core" Version="8.1.1" />
                    
Directory.Packages.props
<PackageReference Include="GroupDocs.Viewer.UI.Core" />
                    
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 GroupDocs.Viewer.UI.Core --version 8.1.1
                    
#r "nuget: GroupDocs.Viewer.UI.Core, 8.1.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 GroupDocs.Viewer.UI.Core@8.1.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=GroupDocs.Viewer.UI.Core&version=8.1.1
                    
Install as a Cake Addin
#tool nuget:?package=GroupDocs.Viewer.UI.Core&version=8.1.1
                    
Install as a Cake Tool

GroupDocs.Viewer.UI.Core

GroupDocs.Viewer.UI.Core is a foundational library that provides core interfaces, types, and utilities for the GroupDocs.Viewer.UI ecosystem. This package is typically not referenced directly by end users but serves as the base for other GroupDocs.Viewer.UI packages.

Overview

This package contains:

  1. Core interfaces and abstract classes
  2. Common data models and entities
  3. Configuration types
  4. Extension methods
  5. Builder classes

Key Components

Core Interfaces

  • IViewer: Defines the contract for document viewing operations
  • IFileStorage: Specifies file storage operations
  • IFileCache: Defines caching operations
  • IPageFormatter: Provides page formatting capabilities
  • IAsyncLock: Manages asynchronous locking

Data Models

  • DocumentInfo: Represents document metadata
  • Page: Base class for document pages
  • Thumb: Base class for page thumbnails
  • FileCredentials: Contains file access information
  • FileSystemEntry: Represents file system items

Configuration

  • Config: Contains UI configuration options
  • ViewerType: Defines supported viewer types
  • RenderingMode: Specifies rendering modes

Usage

This package is primarily used by other GroupDocs.Viewer UI packages:

  • GroupDocs.Viewer.UI
  • GroupDocs.Viewer.UI.Api
  • GroupDocs.Viewer.UI.Cloud.Api
  • GroupDocs.Viewer.UI.SelfHost.Api

Developers typically don't need to reference this package directly. Instead, they should use one of the higher-level packages that implement these interfaces.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on GroupDocs.Viewer.UI.Core:

Package Downloads
GroupDocs.Viewer.UI.Api

GroupDocs.Viewer.UI.Api containing base API features required by GroupDocs.Viewer.UI see https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI for more details.

GroupDocs.Viewer.UI.SelfHost.Api

GroupDocs.Viewer.UI.SelfHost.Api containing API implementation that is based on GroupDocs.Viewer for .NET see https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI for more details.

GroupDocs.Viewer.UI

GroupDocs.Viewer.UI is a ASP.NET Core UI viewer of GroupDocs.Viewer for .NET see https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI for more details.

GroupDocs.Viewer.UI.Api.InMemory.Cache

GroupDocs.Viewer.UI.Api.InMemory.Cache containing in-memory file-cache implementation that can be used with GroupDocs.Viewer.UI.Api see https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI for more details.

GroupDocs.Viewer.UI.Api.Local.Storage

GroupDocs.Viewer.UI.Api.Local.Storage containing local file-storage implementation that can be used with GroupDocs.Viewer.UI.Api see https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI for more details.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.1.1 348 9/21/2025
8.0.7 503 5/23/2025
8.0.6 422 5/5/2025
8.0.5 382 4/23/2025
8.0.4 390 4/22/2025
8.0.3 351 4/4/2025
8.0.2 429 2/6/2025
8.0.1 415 12/20/2024
8.0.0 358 12/16/2024
6.0.6 886 9/30/2024
6.0.5 5,241 6/11/2024
6.0.4 4,346 6/29/2023
6.0.3 1,298 6/29/2023
6.0.2 773 4/5/2023
6.0.1 4,853 1/12/2023
6.0.0 3,762 7/23/2022
3.1.5 2,504 7/15/2022
3.1.4 1,425 7/4/2022
3.1.3 7,963 11/18/2021
3.1.2 1,037 10/21/2021
3.1.1 1,484 9/20/2021
3.1.0 1,442 7/9/2021