This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/dotnet/load-a-file.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. C# load files: Local, byte array, remote URLs, stream | Nutrient .NET SDK

Load PDF documents and images in C#. File loading is the first step in most Nutrient .NET SDK workflows. You’ll load many supported file types from local paths, byte arrays, streams, and remote URLs.

Use the loading methods in GdPicturePDF class to work with annotations, page labels, and other PDF features. Use GdPictureImaging class to work with image formats, edit image content, draw elements, and read metadata. Use GdPictureDocumentConverter class when you need document conversion workflows. Use AnnotationManager class to manage custom GdPicture and XMP annotations.

Guides for loading a file

Browse the guides below by workflow area to find the loading method you need.

PDF document guides

Image guides

Document converter guides

Annotation manager guides