Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HighlightAnnotationSettings

    Show / Hide Table of Contents

    Class HighlightAnnotationSettings

    Represents the default appearance of highlight text markup annotation to be drawn in the page of the PDF document.

    Inheritance
    System.Object
    HighlightAnnotationSettings
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class HighlightAnnotationSettings : Object

    Properties

    Color

    Gets or sets the default color of highlight text markup annotation.

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    the default color of highlight text markup annotation is yellow.

    Constraints

    Gets or sets a value that indicates the constraints to the annotation interactions.

    Declaration
    public AnnotationConstraints Constraints { get; set; }
    Property Value
    Type Description
    AnnotationConstraints

    IsLocked

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean

    Opacity

    Gets or sets default opacity of highlight text markup annotation.

    Declaration
    public float Opacity { get; set; }
    Property Value
    Type Description
    System.Single

    Default highlight text markup opacity is 0.5

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved