GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ResourceLoadingEventArgs Class

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Provides data for the ResourceLoading event.

    • C#
    • VB.NET
    public sealed class ResourceLoadingEventArgs
    Public NotInheritable Class ResourceLoadingEventArgs
    Inheritance:
    System.Object
    ResourceLoadingEventArgs

    Properties

    Data

    The current resource data, you can use it to provide custom data.

    • C#
    • VB.NET
    public byte[] Data { get; set; }
    Public Property Data As Byte()
    Property Value
    System.Byte[]

    Type

    The type of the external resource.

    • C#
    • VB.NET
    public ResourceType Type { get; }
    Public ReadOnly Property Type As ResourceType
    Property Value
    ResourceType

    Uri

    The URI of the external resource in loaded document, you can use it to provide a different location for the current resource.

    • C#
    • VB.NET
    public Uri Uri { get; set; }
    Public Property Uri As Uri
    Property Value
    System.Uri
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.