• Introducing GroupDocs.Annotation for .NET
    • Getting Started
      • Features Overview
      • Supported Document Formats
      • System Requirements
      • Development Environment Installation and Configuration
      • Evaluation Limitations and Licensing of GroupDocs.Annotation
      • How to Run Examples
    • Developer Guide
      • Basic usage
        • Get supported file formats
        • Get file info
        • Add annotation to the document
          • Add area annotation
          • Add arrow annotation
          • Add distance annotation
          • Add ellipse annotation
          • Add highlight annotation
          • Add image annotation
          • Add link annotation
          • Add point annotation
          • Add polyline annotation
          • Add replacement annotation
          • Add resource redaction annotation
          • Add strikeout annotation
          • Add text field annotation
          • Add text redaction annotation
          • Add underline annotation
          • Add watermark annotation
        • Extract annotations from document
        • Remove annotation from document
        • Update annotations
        • Working with annotation replies
          • Add replies to annotation
          • Remove annotation replies
          • Update annotation replies
      • Advanced usage
        • Loading
          • Load password-protected documents
          • Loading documents from different sources
            • Load document from local disk
            • Load document from stream
            • Load document from URL
            • Load document from FTP
            • Load document from Amazon S3 Storage
            • Load document from Azure Blob Storage
        • Saving
          • Filtering annotation types on document save
          • Save only annotated pages
          • Save specific page range
        • Generate document pages preview
        • Versioning of annotated documents
        • Extracting image from image annotation
        • Comparing annotations using the equals method
      • Migration Notes
    • Release Notes
      • Release Notes - 2020
        • GroupDocs.Annotation for .NET 20.11 Release Notes
        • GroupDocs.Annotation for .NET 20.10 Release Notes
        • GroupDocs.Annotation for .NET 20.9 Release Notes
        • GroupDocs.Annotation for .NET 20.8 Release Notes
        • GroupDocs.Annotation for .NET 20.7 Release Notes
        • GroupDocs.Annotation for .NET 20.6 Release Notes
        • GroupDocs.Annotation for .NET 20.5 Release Notes
        • GroupDocs.Annotation for .NET 20.4.1 Release Notes
        • GroupDocs.Annotation for .NET 20.4 Release Notes
        • GroupDocs.Annotation for .NET 20.2 Release Notes
        • GroupDocs.Annotation for .NET 20.1 Release Notes
      • Release Notes - 2019
        • GroupDocs.Annotation for .NET 19.12 Release Notes
        • GroupDocs.Annotation for .NET 19.11 Release Notes
        • GroupDocs.Annotation for .NET 19.10 Release Notes
        • GroupDocs.Annotation for .NET 19.9 Release Notes
        • GroupDocs.Annotation for .NET 19.6 Release Notes
        • GroupDocs.Annotation for .NET 19.4.1 Release Notes
        • GroupDocs.Annotation for .NET 19.4 Release Notes
        • GroupDocs.Annotation for .NET 19.3 Release Notes
        • GroupDocs.Annotation for .NET 19.1 Release Notes
      • Release Notes - 2018
        • GroupDocs.Annotation for .NET 18.12 Release Notes
        • GroupDocs.Annotation for .NET 18.10 Release Notes
        • GroupDocs.Annotation for .NET 18.9 Release Notes
        • GroupDocs.Annotation for .NET 18.8 Release Notes
        • GroupDocs.Annotation for .NET 18.7.1 Release Notes
        • GroupDocs.Annotation for .NET 18.7 Release Notes
        • GroupDocs.Annotation for .NET 18.6 Release Notes
        • GroupDocs.Annotation for .NET 18.5 Release Notes
        • GroupDocs.Annotation for .NET 18.4 Release Notes
        • GroupDocs.Annotation for .NET 18.3 Release Notes
        • GroupDocs.Annotation for .NET 18.2 Release Notes
        • GroupDocs.Annotation for .NET 18.1 Release Notes
      • Release Notes - 2017
        • GroupDocs.Annotation for .NET 17.12 Release Notes
        • GroupDocs.Annotation for .NET 17.11 Release Notes
        • GroupDocs.Annotation for .NET 17.10 Release Notes
        • GroupDocs.Annotation for .NET 17.8.0 Release Notes
        • GroupDocs.Annotation for .NET 17.7.0 Release Notes
        • GroupDocs.Annotation for .NET 17.6.0 Release Notes
        • GroupDocs.Annotation for .NET 17.5.0 Release Notes
        • GroupDocs.Annotation for .NET 17.4.0 Release Notes
        • GroupDocs.Annotation for .NET 17.3.0 Release Notes
        • GroupDocs.Annotation for .NET 17.2.0 Release Notes
        • GroupDocs.Annotation for .NET 17.1.0 Release Notes
      • Release Notes - 2016
        • GroupDocs.Annotation for .NET 16.12.0 Release Notes
        • GroupDocs.Annotation for .NET 16.11.0 Release Notes
        • GroupDocs.Annotation for .NET 16.10.0 Release Notes
        • GroupDocs.Annotation for .NET 3.2.1 Release Notes
        • GroupDocs.Annotation for .NET 3.2.0 Release Notes
        • GroupDocs.Annotation for .NET 3.1.0 Release Notes
        • GroupDocs.Annotation for .NET 3.0.0 Release Notes
  1. Home
  2. GroupDocs.Annotation Product Family
  3. GroupDocs.Annotation for .NET
  4. Developer Guide
  5. Advanced usage
  6. Loading
  7. Loading documents from different sources

Loading documents from different sources

GroupDocs.Annotation allows you to annotate remotely located documents. The document processing would be similar to Load document from stream. Following examples demonstrates how to load documents from different sources.

  • Load document from local disk
  • Load document from stream
  • Load document from URL
  • Load document from FTP
  • Load document from Amazon S3 Storage
  • Load document from Azure Blob Storage
Load password-protected documents Load document from local disk