IronPrint.Xamarin
2026.2.1
dotnet add package IronPrint.Xamarin --version 2026.2.1
NuGet\Install-Package IronPrint.Xamarin -Version 2026.2.1
<PackageReference Include="IronPrint.Xamarin" Version="2026.2.1" />
<PackageVersion Include="IronPrint.Xamarin" Version="2026.2.1" />
<PackageReference Include="IronPrint.Xamarin" />
paket add IronPrint.Xamarin --version 2026.2.1
#r "nuget: IronPrint.Xamarin, 2026.2.1"
#:package IronPrint.Xamarin@2026.2.1
#addin nuget:?package=IronPrint.Xamarin&version=2026.2.1
#tool nuget:?package=IronPrint.Xamarin&version=2026.2.1
IronPrint.Xamarin - The C# Print Document Library
Effortlessly print documents, images, and PDFs in your .NET applications
IronPrint.Xamarin is a comprehensive C# library designed for developers to programmatically print documents such as PDFs and images. With a user-friendly API, you can customize print settings, and integrate printing functionality seamlessly into your .NET applications.
Get Started in 3 Steps
1. Install the NuGet Package
PM> Install-Package IronPrint.Xamarin
Xamarin.Android
Call IronPrint.Printer.Initialize(activity) from the MainActivity to ensure IronPrint is properly initialized.
Xamarin.Forms
Add the IronPrint.Xamarin Nuget package to the iOS and Android projects & the shared Forms project. For the Android project, call IronPrint.Printer.Initialize(activity) from the MainActivity to ensure IronPrint is properly initialized.
Important
For Xamarin.Forms, the user needs to ensure that the IronPrint.Xamarin package is added to both the platform projects (e.g. Android and iOS projects) as well as the shared forms project. This is actually the same way most Xamarin.Forms libraries are integrated into projects.
2. Print Your First Document
using IronPrint.Xamarin;
// Print PDF document
await IronPrint.Printer.PrintAsync("myDocument.pdf");
// Or
await IronPrint.Printer.ShowPrintDialogAsync("myDocument.pdf");
// Get printer list
var printerList = await IronPrint.Printer.GetPrinterNamesAsync();
3. Explore More
Dive deeper with our extensive documentation and examples:
Tutorials: Step-by-step guides to help you build your first printing application.
Code Examples: Concise set of code that can be easily executable.
How-To Guides: Practical, goal-oriented instructions to solve specific problems.
Demo: Detailed technical descriptions of the API and its components.
API Reference: Demonstrating guides that showcase how IronPrint.Xamarin works the way it does.
Key Features
Print Documents: Programmatically send PDFs, images, and other common document formats directly to a printer from your .NET application.
Customize Printing: Adjust print settings with precision, including paper size, orientation, page margins, and the number of copies.
Manage Printers: Select any installed local or network printer and send print jobs silently without requiring the standard print dialog to open.
Compatibility
IronPrint.Xamarin is built for modern .NET and supports a wide range of project types and operating systems.
Platforms: .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, Standard 2
Framework: .NET Framework 4.6.2 (and above)
App Models: Console, Web, and Desktop Apps
Operating Systems: Windows, macOS, iOS, Android
IDEs: Microsoft Visual Studio or Jetbrains ReSharper & Rider
License
IronPrint.Xamarin is a commercially licensed product.
Trial License: Get a free developer key to evaluate the full library with no commitment. Ideal for development and testing purposes. Start your trial HERE.
Purchase a License: Unlock the library for use in commercial projects and get access to our full technical support. Purchase your license HERE.
Getting Help & Support
Have a question or running into an issue?
Email Support: Reach out to our team directly at support@ironsoftware.com.
Live Chat Support: https://ironsoftware.com/csharp/print/#helpscout-support
Report a Bug: https://ironsoftware.com/ticket-submission/
Community: https://ironsoftware.com/company/iron-slack-community/
| Product | Versions 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. monoandroid12.0 is compatible. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- IronSoftware.Abstractions (>= 2026.1.2)
- IronSoftware.Common (>= 2025.11.2)
- IronSoftware.System.Drawing (>= 2026.1.2)
- Microsoft.Maui.Graphics (>= 7.0.92)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.Svg (>= 1.60.0)
-
MonoAndroid 12.0
- IronSoftware.Abstractions (>= 2026.1.2)
- IronSoftware.Common (>= 2025.11.2)
- IronSoftware.System.Drawing (>= 2026.1.2)
- Microsoft.Maui.Graphics (>= 7.0.92)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.Svg (>= 1.60.0)
-
Xamarin.iOS 1.0
- IronSoftware.Abstractions (>= 2026.1.2)
- IronSoftware.Common (>= 2025.11.2)
- IronSoftware.System.Drawing (>= 2026.1.2)
- Microsoft.Maui.Graphics (>= 7.0.92)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.Svg (>= 1.60.0)
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 |
|---|---|---|
| 2026.2.1 | 6 | 2/17/2026 |
| 2026.1.5 | 82 | 2/9/2026 |
| 2025.12.1 | 185 | 12/24/2025 |
| 2025.11.5 | 242 | 11/10/2025 |
| 2025.10.23 | 199 | 10/8/2025 |
| 2025.9.5 | 212 | 9/2/2025 |
| 2025.8.3 | 212 | 8/13/2025 |
| 2025.7.28 | 586 | 7/22/2025 |
| 2025.6.4 | 202 | 6/17/2025 |
| 2025.5.9 | 300 | 5/13/2025 |
| 2025.4.1 | 234 | 4/8/2025 |
| 2025.3.5 | 268 | 3/5/2025 |
| 2025.2.5 | 197 | 2/3/2025 |
| 2025.1.2 | 204 | 1/3/2025 |
| 2024.12.3 | 165 | 12/6/2024 |
| 2024.12.2 | 174 | 12/3/2024 |
| 2024.11.2 | 185 | 11/11/2024 |
| 2024.10.1 | 186 | 10/1/2024 |
Updates
- Updates internal dependencies.


