IronPrint.Xamarin
2024.10.1
dotnet add package IronPrint.Xamarin --version 2024.10.1
NuGet\Install-Package IronPrint.Xamarin -Version 2024.10.1
<PackageReference Include="IronPrint.Xamarin" Version="2024.10.1" />
paket add IronPrint.Xamarin --version 2024.10.1
#r "nuget: IronPrint.Xamarin, 2024.10.1"
// Install IronPrint.Xamarin as a Cake Addin #addin nuget:?package=IronPrint.Xamarin&version=2024.10.1 // Install IronPrint.Xamarin as a Cake Tool #tool nuget:?package=IronPrint.Xamarin&version=2024.10.1
IronPrint.Xamarin - The C# Print Document Library
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
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
Licensing & Support available
For code examples, tutorials and documentation visit https://ironsoftware.com/csharp/print/
For support please email us at support@ironsoftware.com
Documentation Links
- API Reference : https://ironsoftware.com/csharp/print/object-reference/api/
- Licensing : https://ironsoftware.com/csharp/print/licensing/
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 | 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. |
.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.Common (>= 2024.9.27)
- IronSoftware.System.Drawing (>= 2024.9.11)
-
MonoAndroid 12.0
- IronSoftware.Common (>= 2024.9.27)
- IronSoftware.System.Drawing (>= 2024.9.11)
-
Xamarin.iOS 1.0
- IronSoftware.Common (>= 2024.9.27)
- IronSoftware.System.Drawing (>= 2024.9.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Updates IronSoftware.System.Drawing to version 2024.9.11.