This package contains C# Example Projects for GroupDocs.Annotation for .NET and sample input templates used in the examples.
Follow the given steps to proceed with project build:
- Extract the downloaded project and open the solution file in Visual Studio
- Right click on solution and press "Enable NuGet package Restore"
- Build the project
In other case, it is possible that Visual Studio is unable to automatically add APIs references due to Visual Studio version differences. In this case, please add references of missing APIs manually.
- Navigate into Examples directory
- Build an image
docker build --pull -t annotation:examples . - Run a container
- Windows Command Line (CMD):
docker run --rm -it -v %cd%:/examples/Results annotation:examples - Powershell:
docker run --rm -it -v ${PWD}:/examples/Results annotation:examples - On Linux:
docker run --rm -it -v $(pwd):/examples/Results annotation:examples
- Windows Command Line (CMD):
For more details, visit How to Run Examples.