WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Bookmark - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Bookmark

    Represents a Bookmark. Holds BookmarkStart and BookmarkEnd in the document.

    Inheritance
    System.Object
    Bookmark
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class Bookmark

    Constructors

    Bookmark(BookmarkStart, ParagraphItem)

    Creates new Bookmark object for the specified document.

    Declaration
    public Bookmark(BookmarkStart start, ParagraphItem end)
    Parameters
    Type Name Description
    BookmarkStart start
    ParagraphItem end

    Properties

    BookmarkEnd

    Gets BookmarkEnd object.

    Declaration
    public BookmarkEnd BookmarkEnd { get; set; }
    Property Value
    Type Description
    BookmarkEnd

    BookmarkStart

    Gets BookmarkStart object.

    Declaration
    public BookmarkStart BookmarkStart { get; }
    Property Value
    Type Description
    BookmarkStart

    Name

    Gets bookmark name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved