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

    Show / Hide Table of Contents

    DrawingMetadata Class

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

    Represents a set of non-visual properties which shall be applied to the parent DrawingElement.

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

    Properties

    Description

    Gets or sets the alternative text for the current element, for use by assistive technologies or applications which will not display the current element.

    • C#
    • VB.NET
    public string Description { get; set; }
    Public Property Description As String
    Property Value
    System.String

    The alternative text for the current element, for use by assistive technologies or applications which will not display the current element.

    Name

    Gets or sets the name of this drawing.

    • C#
    • VB.NET
    public string Name { get; set; }
    Public Property Name As String
    Property Value
    System.String

    The name of this drawing.

    Title

    Gets or sets the title, caption, for the current element.

    • C#
    • VB.NET
    public string Title { get; set; }
    Public Property Title As String
    Property Value
    System.String

    The title for the current element.

    Methods

    ToString()

    Returns a System.String that represents this DrawingMetadata instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this DrawingMetadata instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.