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

    Show / Hide Table of Contents

    CommentAuthor Class

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

    Represents a single author with comments in the presentation.

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

    Properties

    Initials

    Gets a System.String that represents the initials of this particular author.

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

    A System.String that represents the initials of this particular author.

    Remarks

    The value is not necessarily unique.It is intended for use by the application as an abbreviated version of the comment author's name.

    Name

    Gets the full name of this particular author.

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

    The full name of this particular author.

    Remarks

    This value is not guaranteed to be unique across all document authors.

    Methods

    ToString()

    Returns a System.String that represents this CommentAuthor instance.

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

    A System.String that represents this CommentAuthor 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).

    Examples

    Comments Example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.