skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class Bookmark

Represents a bookmark.

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: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public class Bookmark

Constructors

Bookmark(RadFlowDocument, String)

Initializes a new instance of the Bookmark class.

Declaration
public Bookmark(RadFlowDocument document, string name)
Parameters
RadFlowDocument document

The document.

System.String name

The name.

Bookmark(RadFlowDocument, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the Bookmark class.

Declaration
public Bookmark(RadFlowDocument document, string name, int? fromColumn, int? toColumn)
Parameters
RadFlowDocument document

The document.

System.String name

The name.

System.Nullable<System.Int32> fromColumn

From column.

System.Nullable<System.Int32> toColumn

To column.

Properties

BookmarkRangeEnd

Gets the bookmark range end.

Declaration
public BookmarkRangeEnd BookmarkRangeEnd { get; }
Property Value
BookmarkRangeEnd

The bookmark range end.

BookmarkRangeStart

Gets the bookmark range start.

Declaration
public BookmarkRangeStart BookmarkRangeStart { get; }
Property Value
BookmarkRangeStart

The bookmark range start.

Document

Gets the associated document.

Declaration
public RadFlowDocument Document { get; }
Property Value
RadFlowDocument

The document.

FromColumn

Gets the index of the first column in the current row which is part of the bookmark.

Declaration
public int? FromColumn { get; }
Property Value
System.Nullable<System.Int32>

From column.

Name

Gets the name of the bookmark.

Declaration
public string Name { get; }
Property Value
System.String

The name.

ToColumn

Gets the index of the last column in the current row which is part of the bookmark.

Declaration
public int? ToColumn { get; }
Property Value
System.Nullable<System.Int32>

To column.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.