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

    Show / Hide Table of Contents

    CustomXmlPart Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a custom XML part within a document that contains arbitrary custom XML markup.

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

    Properties

    Data

    Gets or sets the custom XML part data.

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

    The custom XML part data.

    Exceptions
    System.ArgumentNullException

    Value is null.

    See Also

    CustomXmlParts
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.