Installation
Contents
[
Hide
]
Installation
The installation process for Aspose.Medical for .NET is straightforward and depend on the distribution format you choose. The library is available in both NuGet and ZIP formats.
Installing via NuGet
Installing in Visual Studio
- Open your project in Visual Studio.
- Open the NuGet Package Manager by navigating to:
- Tools > NuGet Package Manager > Manage NuGet Packages for Solution…
- Search for Aspose.Medical in the NuGet Package Manager.
- Select the package from the search results and click Install.
- Confirm the installation and wait for the process to complete.
Installing via Terminal
- Open a terminal or command prompt.
- Navigate to the directory containing your project.
- Run the following command:
dotnet add package Aspose.Medical
Installing from ZIP
- Download the ZIP file containing the Aspose.Medical for .NET library from the official Aspose website.
- Extract the contents of the ZIP file to a folder on your system.
- Add a reference to the extracted DLL in your .NET project:
- In Visual Studio, right-click your project in the Solution Explorer and select Add Reference.
- Browse to the extracted folder, select the DLL, and click OK.