IronPrint.Xamarin 2024.4.1

dotnet add package IronPrint.Xamarin --version 2024.4.1
NuGet\Install-Package IronPrint.Xamarin -Version 2024.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="IronPrint.Xamarin" Version="2024.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IronPrint.Xamarin --version 2024.4.1
#r "nuget: IronPrint.Xamarin, 2024.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.
// Install IronPrint.Xamarin as a Cake Addin
#addin nuget:?package=IronPrint.Xamarin&version=2024.4.1

// Install IronPrint.Xamarin as a Cake Tool
#tool nuget:?package=IronPrint.Xamarin&version=2024.4.1

Nuget Installs Passed windows macOS iOS android livechat

IronPrint.Xamarin - The C# Print Document Library

IronPrint.Xamarin NuGet Trial Banner Image

Get Started | Tutorials | Code Examples | Licensing | Free Trial

IronPrint.Xamarin is a library developed and maintained by Iron Software that assists C# software engineers in printing PDF documents and images in .NET Xamarin applications.

IronPrint.Xamarin excels at:

  • Print with or without dialog
  • Easy-to-use print settings

IronPrint.Xamarin has cross platform support compatibility with:

  • .NET Framework 4.6.2 and above, .NET 3.1 and above (including .NET 5, .NET 6, .NET 7 and .NET 8)
  • Windows, macOS, maccatalyst, iOS and Android

IronPrint.Xamarin Cross Platform Compatibility Support Image

Additionally, our API reference and full licensing information can easily be found on our website.

Using IronPrint.Xamarin

Installing the IronPrint.Xamarin NuGet package is quick and easy; you can install it with the following command:

PM> Install-Package IronPrint.Xamarin

Xamarin.Android

Add the IronPrint.Xamarin Nuget package. 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.

Once installed, you can get started by adding using IronPrint; to the top of your C# code. Here is some sample code to get started:

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();

Features Table

IronPrint.Xamarin Features

Licensing & Support available

For code examples, tutorials and documentation visit https://ironsoftware.com/csharp/print/

For support please email us at support@ironsoftware.com

You can email us at support@ironsoftware.com for support directly from our engineering team. We offer licensing and extensive support for commercial deployment projects.

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. 
.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. 
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
2024.4.1 86 4/4/2024
2024.3.6 106 3/11/2024
2024.2.1 100 2/1/2024

- Updates IronSoftware.System.Drawing to version 2024.4.1.