New to Telerik UI for WPFStart a free 30-day trial

Represents the starting point of a permission range in a document imported from OpenXML format.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class PermissionRangeStartInfo

Inheritance: objectPermissionRangeStartInfo

Constructors

C#
public PermissionRangeStartInfo()

Properties

Gets the annotation ID associated with the permission range start information.

C#
public string AnnotationID { get; set; }
Property Value:

The unique identifier for the annotation.

Represents the permission information for a specific range within a document, detailing access rights and restrictions applied to that range.

C#
public PermissionRangeInfo PermissionInfo { get; set; }