Class TextMarkupAnnotation
Represents the details about text markup annotation.
Inheritance
System.Object
TextMarkupAnnotation
Implements
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class TextMarkupAnnotation : Object, IAnnotation
Constructors
TextMarkupAnnotation(TextMarkupAnnotationType, Int32, Int32, Int32)
Declaration
public TextMarkupAnnotation(TextMarkupAnnotationType type, int pageNumber, int startIndex, int endIndex)
Parameters
Type | Name | Description |
---|---|---|
TextMarkupAnnotationType | type | |
System.Int32 | pageNumber | |
System.Int32 | startIndex | |
System.Int32 | endIndex |
Properties
Name
Gets or sets the name of the annotation.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
PageNumber
Gets or sets the page index in which the annotation is added.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
Settings
Gets or sets the settings to customize the selected text markup annotation.
Declaration
public TextMarkupAnnotationSettings Settings { get; set; }
Property Value
Type |
---|
TextMarkupAnnotationSettings |
TextMarkupAnnotationType
Gets the type of the text markup annotation.
Declaration
public TextMarkupAnnotationType TextMarkupAnnotationType { get; set; }
Property Value
Type |
---|
TextMarkupAnnotationType |