Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DefaultTextMarkupAnnotationSettings

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

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

    Properties

    Highlight

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

    Declaration
    public HighlightAnnotationSettings Highlight { get; set; }
    Property Value
    Type Description
    HighlightAnnotationSettings

    The annotation settings allows the user to customize the default appearance of the highlight text markup annotation.

    Strikethrough

    Gets or sets the default appearance of strikethrough text markup annotation.

    Declaration
    public StrikethroughAnnotationSettings Strikethrough { get; set; }
    Property Value
    Type Description
    StrikethroughAnnotationSettings

    The annotation settings allows the user to customize the default appearance of the strikethrough text markup annotation.

    Underline

    Gets or sets the default appearance of underline text markup annotation.

    Declaration
    public UnderlineAnnotationSettings Underline { get; set; }
    Property Value
    Type Description
    UnderlineAnnotationSettings

    The annotation settings allows the user to customize the default appearance of the underline text markup annotation.

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